➜

This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

作者 tarek
收信人 meatballhat, ronaldoussoren, tarek
日期 2010-05-16.10:55:56
SpamBayes Score 0.0035549537
Marked as misclassified 否
Message-id <1274007358.38.0.416617225586.issue8688@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2010-05-16 10:55:58tarek修改recipients: + tarek, ronaldoussoren, meatballhat
2010-05-16 10:55:58tarek修改messageid: <1274007358.38.0.416617225586.issue8688@psf.upfronthosting.co.za>
2010-05-16 10:55:56tarek链接issue8688 messages
2010-05-16 10:55:56tarek创建