On 26 April 2016 at 14:46, 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?
What file is included that shouldn't be? test.py? Your setup.py says packages=['enum'], which will pick up the whole contents of the "enum" directory. So I'm not sure what you're saying when you say the file "should not be included". Paul _______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org https://mail.python.org/mailman/listinfo/distutils-sig