Files
cpython/Lib
É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
..
2011-08-26 16:30:57 +02:00
2011-08-03 08:29:12 +02:00
2011-07-03 09:31:04 +02:00
2011-07-15 21:10:13 -05:00
2011-06-28 10:25:04 -05:00
2011-06-27 09:18:46 -05:00
2011-07-29 17:38:23 +02:00
2011-08-16 19:03:41 +03:00
2011-08-13 11:48:40 +02:00
2011-08-07 17:13:13 +02:00
2011-07-21 11:16:32 +03:00