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.



Thanks,
-- Ionel Cristian Mărieș, http://blog.ionelmc.ro
_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to