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 ronaldoussoren
Recipients eric.araujo, ronaldoussoren, tarek
Date 2010-08-26.11:30:47
SpamBayes Score 6.1261424e-05
Marked as misclassified No
Message-id <1282822249.86.0.974734126224.issue9691@psf.upfronthosting.co.za>
In-reply-to
Content
The attached file 'manifest-test.zip' is a small distutils project that demonstrates a problem I have with the sdist command.

The archive contains a directory 'sandbox' that is not mentioned in MANIFEST.in or anywhere in setup.py. When I create an sdist using "python setup.py sdist" the sandbox directory is included in the archive.

This happens with 2.7 on Windows, while 2.7 on OSX does not have this behavior.
History
Date User Action Args
2010-08-26 11:30:50ronaldoussorensetrecipients: + ronaldoussoren, tarek, eric.araujo
2010-08-26 11:30:49ronaldoussorensetmessageid: <1282822249.86.0.974734126224.issue9691@psf.upfronthosting.co.za>
2010-08-26 11:30:48ronaldoussorenlinkissue9691 messages
2010-08-26 11:30:47ronaldoussorencreate