summaryrefslogtreecommitdiffstats
path: root/Doc/packaging/sourcedist.rst
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete mentions of the compress program and .Z archives.Éric Araujo2011-08-291-8/+1
| | | | | | Packaging uses the shutil.make_archive function copied from distutils, which does not support compress. There is no test to check that “bdist --format whatever” works, so this slipped by.
* Add documentation for the packaging module.Éric Araujo2011-06-011-0/+273
This updates the user guide to refer to Packaging instead of Distutils. Some files still require an update.