summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/command/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove packaging from the standard library.Éric Araujo2012-06-241-53/+0
| | | | | | Distutils2 will live on on PyPI and be included in the stdlib when it is ready. See discussion starting at http://mail.python.org/pipermail/python-dev/2012-June/120430.html
* Group commands by topic in “pysetup run --list-commands” output.Éric Araujo2012-02-091-30/+20
| | | | | | This fixes a regression from distutils, where “setup.py --help-commands” prints out commands grouped by topic (i.e. building vs. installing), which is more useful than using sorted.
* The value is the dotted module name to the command class.Jeremy Kloth2011-09-131-1/+1
|
* Fix packaging command registry to let Windows machines find bdist_msiÉric Araujo2011-08-311-2/+7
|
* Cleanup: move code out of a try blockÉric Araujo2011-08-291-4/+6
|
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-0/+56