[Python-Dev] cpython: Remove display options (--name, etc.) from the Distribution class.

Éric Araujo merwok at netwok.org
Tue Aug 30 17:34:02 CEST 2011


Hi,

Le 30/08/2011 17:20, Antoine Pitrou a écrit :
> On Tue, 30 Aug 2011 16:22:14 +0200
> eric.araujo <python-checkins at python.org> wrote:
>> 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 don't want to sound nitpicky, but it's the first time I see
> "home-page" hyphenized. How about "homepage"?

This value is defined in the accepted Metadata PEPs, which use home-page.

Regards


More information about the Python-Dev mailing list