On 26 April 2016 at 15:06, Ionel Cristian Mărieș <cont...@ionelmc.ro> wrote: > On Tue, Apr 26, 2016 at 4:46 PM, Ethan Furman <et...@stoneleaf.us> wrote: >> >> I just received a bug report for enum34 for python3 code in a test file. >> Further research revealed that that file should not be included in the >> distribution, and is not included in the .tar nor .zip bundles, only the >> wheel bundle. >> >> Is this a known/fixed bug? If not, where do I report it? > > > It looks like you have published a wheel built from a dirty checkout. The > 1.1.3 zip sdist produces a clean wheel, as expected. You should use > https://pypi.python.org/pypi/check-manifest in your release process.
Ah, yes. enum/py35_test_enum.py is not part of the source tree or sdist, but is in the "enum" package directory, so will get picked up by packages=['enum'] Paul _______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org https://mail.python.org/mailman/listinfo/distutils-sig