cpython/Lib/packaging
Éric Araujo 5c69b66086 Group commands by topic in “pysetup run --list-commands” output.
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.
2012-02-09 14:29:11 +01:00
..
command Group commands by topic in “pysetup run --list-commands” output. 2012-02-09 14:29:11 +01:00
compiler Remove obsolete verbose arguments from packaging. 2011-11-15 11:43:20 +01:00
pypi Merge 3.2, fix typos. 2011-11-11 19:39:25 +01:00
tests Group commands by topic in “pysetup run --list-commands” output. 2012-02-09 14:29:11 +01:00
__init__.py
_trove.py Update list of trove classifiers 2011-11-20 16:01:35 +01:00
compat.py
config.py Allow multiple values for package_data in setup.cfg (#11805). 2012-02-04 21:53:07 +01:00
create.py Stop converting package_data to extra_files in pysetup create (#13712). 2012-02-05 10:26:16 +01:00
database.py
depgraph.py Remove redundant __main__ blocks from packaging modules. 2011-11-06 11:38:58 +01:00
dist.py Undo potentially confusing name change in packaging. 2011-11-06 06:54:05 +01:00
errors.py Improve byte-compilation in packaging to be independent of -O or -B. 2011-11-03 05:08:28 +01:00
fancy_getopt.py
install.py Remove redundant __main__ blocks from packaging modules. 2011-11-06 11:38:58 +01:00
manifest.py Issue #13193: Fix distutils.filelist.FileList and 2011-11-12 01:27:19 +01:00
markers.py
metadata.py The error message should contain the key as given, not normalized. 2011-11-14 19:45:30 +01:00
run.py Group commands by topic in “pysetup run --list-commands” output. 2012-02-09 14:29:11 +01:00
util.py Remove obsolete verbose arguments from packaging. 2011-11-15 11:43:20 +01:00
version.py Fix typos in comments. 2012-02-06 16:12:21 +01:00