[Distutils] wheel including files it shouldn't
Ionel Cristian Mărieș
contact at ionelmc.ro
Tue Apr 26 10:06:45 EDT 2016
On Tue, Apr 26, 2016 at 4:46 PM, Ethan Furman <ethan at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20160426/7a053c2e/attachment.html>
More information about the Distutils-SIG
mailing list