cpython/Lib/packaging
Éric Araujo fb639295ac Print all fields when calling “pysetup metadata” without options.
When called without option (“-f field” or “--all”), “pysetup metadata”
didn’t do anything useful.  Now it prints out all metadata fields.  The
“--all” option is removed.
2011-08-29 22:03:46 +02:00
..
command Cleanup: use sys.version_info instead of convoluted hexversion lshifts 2011-08-29 21:43:48 +02:00
compiler
pypi
tests Minor code simplification 2011-08-26 00:05:11 +02:00
__init__.py
_trove.py
compat.py
config.py
create.py Improve “pysetup create” help messages. 2011-08-19 00:56:57 +02:00
database.py Fix typo 2011-08-19 00:53:20 +02:00
depgraph.py Minor packaging cleanup. 2011-07-29 02:37:21 +02:00
dist.py
errors.py
fancy_getopt.py
install.py Minor packaging cleanup. 2011-07-29 02:37:21 +02:00
manifest.py
markers.py
metadata.py Remove class that was only useful with Sphinx autodoc 2011-08-19 00:53:04 +02:00
run.py Print all fields when calling “pysetup metadata” without options. 2011-08-29 22:03:46 +02:00
util.py Fix wrong use of root logger in packaging (also a NameError) 2011-08-04 17:17:07 +02:00
version.py