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 michael.foord
Recipients michael.foord, tarek
Date 2009-06-17.13:33:47
SpamBayes Score 6.749647e-05
Marked as misclassified No
Message-id <1245245630.18.0.224607523943.issue6296@psf.upfronthosting.co.za>
In-reply-to
Content
setup.py should be able to generate tarfile distributions on Windows
without requiring tar to be on the path.

Ideally "setup.py sdist" should create the same type of archive (zip or
tarball) by default independent of platform.

At the moment it creates a zip by default on Windows and a tarball on
Linux / OS X.

Packages created on Windows also have CRLF line endings in the MANIFEST
file which is a nuisance for non-Windows consumers of distributions.
History
Date User Action Args
2009-06-17 13:33:50michael.foordsetrecipients: + michael.foord, tarek
2009-06-17 13:33:50michael.foordsetmessageid: <1245245630.18.0.224607523943.issue6296@psf.upfronthosting.co.za>
2009-06-17 13:33:48michael.foordlinkissue6296 messages
2009-06-17 13:33:47michael.foordcreate