cpython/Lib/packaging
Éric Araujo 5e48c78ecf Remove display options (--name, etc.) from the Distribution class.
These options were used to implement “setup.py --name”,
“setup.py --version”, etc. which are now handled by the pysetup metadata
action or direct parsing of the setup.cfg file.

As a side effect, the Distribution class no longer accepts a 'url' key
in its *attrs* argument: it has to be 'home-page' to be recognized as a
valid metadata field and passed down to the dist.metadata object.

I cleaned up some comments, docstrings and code along the way.
2011-08-30 00:55:02 +02:00
..
command Cleanup: move code out of a try block 2011-08-30 00:45:59 +02:00
compiler
pypi
tests Remove display options (--name, etc.) from the Distribution class. 2011-08-30 00:55:02 +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 Remove display options (--name, etc.) from the Distribution class. 2011-08-30 00:55:02 +02:00
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