On Tue, Apr 26, 2016 at 5:11 PM, Paul Moore <[email protected]> wrote:
> > 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'] So yes, technically check-manifest don't have anything to do with bdist_wheel (it does checks for sdist). But most probably it would had complained about unversioned file going into the sdist. Maybe there should be a similar tool for bdist_wheel, "check-wheel" anyone? What other checks could it have? Thanks, -- Ionel Cristian Mărieș, http://blog.ionelmc.ro
_______________________________________________ Distutils-SIG maillist - [email protected] https://mail.python.org/mailman/listinfo/distutils-sig
