summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/command/sdist.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete verbose arguments from packaging.Éric Araujo2011-11-151-3/+2
| | | | | | Logging replaces verbose arguments. I haven’t fixed the example in Doc/install/install.rst because I have major fixes and changes to the oc under way and will fix or remove that example as part of that task.
* Fix sdist to always include setup.cfg (#11092), to comply with the specÉric Araujo2011-06-061-8/+13
|
* Re-apply distutils2 changes lost before the merge of packaging.Éric Araujo2011-05-311-34/+2
| | | | | wrap_text was removed in favor of standard textwrap but the removal of the function was lost in a bad merge; a change in sdist mysteriously disappeared.
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-0/+375