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.

Author tarek
Recipients meatballhat, mpm, ronaldoussoren, tarek
Date 2010-08-01.19:39:03
SpamBayes Score 0.015509183
Marked as misclassified No
Message-id <1280691544.85.0.333937426825.issue8688@psf.upfronthosting.co.za>
In-reply-to
Content
this fix was done to avoid generating broken MANIFEST file with sdist.

IIUC your problem is more about avoiding generating a MANIFEST file at *all* via sdist, so we should add a --no-manifest option to the sdist command.

This can be added today in Mercurial setup.py file as well so you don't have the problem with 2.7. I can contribute this change if you want.
History
Date User Action Args
2010-08-01 19:39:05tareksetrecipients: + tarek, ronaldoussoren, meatballhat, mpm
2010-08-01 19:39:04tareksetmessageid: <1280691544.85.0.333937426825.issue8688@psf.upfronthosting.co.za>
2010-08-01 19:39:03tareklinkissue8688 messages
2010-08-01 19:39:03tarekcreate