[issue8688] distutils sdist is too laze w.r.t. recalculating MANIFEST

Tarek Ziadé report at bugs.python.org
Sun May 16 12:55:58 CEST 2010


Tarek Ziadé <ziade.tarek at gmail.com> added the comment:

The same problem occurs without a manifest template: you can have options or imports in setup.py that will change the MANIFEST file. 

For example : if setup() has:

  packages=['foo']

And if you add a subpackage "bar" in "foo" with some modules, with an existing MANIFEST, they won't be added.

IOW, the MANIFEST file should be recalculated *everytime*. I am going to remove all the "don't rebuilt MANIFEST" code in Distutils *and* Distutils2.

----------
components: +Distutils2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8688>
_______________________________________


More information about the Python-bugs-list mailing list