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 eric.araujo
Recipients eric.araujo, jaraco, nadeem.vawda, tarek
Date 2012-02-15.15:42:49
SpamBayes Score 2.2503075e-06
Marked as misclassified No
Message-id <1329320570.13.0.134269098385.issue14004@psf.upfronthosting.co.za>
In-reply-to
Content
So it looks like that even if the exclusion of .hg removes .hg/last-message.txt, it should not have been added in the first place, as the command was include and not recursive-include.

At first glance, Nadeem’s proposed fix is not right: paths in MANIFEST.in use '/', but then filelist produces paths using os.sep, so that the MANIFEST file and other operations done by the sdist command use native paths.  So even though the currently supported OSes all accept '/', I think the right thing is to use os.sep.

(About posixpath: It is always available and can be used e.g. to manipulate URI paths.)
History
Date User Action Args
2012-02-15 15:42:50eric.araujosetrecipients: + eric.araujo, jaraco, nadeem.vawda, tarek
2012-02-15 15:42:50eric.araujosetmessageid: <1329320570.13.0.134269098385.issue14004@psf.upfronthosting.co.za>
2012-02-15 15:42:49eric.araujolinkissue14004 messages
2012-02-15 15:42:49eric.araujocreate