This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lemburg
Recipients lemburg, pitrou, tarek, techtonik
Date 2009-09-30.12:30:34
SpamBayes Score 1.0321958e-05
Marked as misclassified No
Message-id <4AC34F68.6060907@egenix.com>
In-reply-to <1254312678.09.0.74633166396.issue6992@psf.upfronthosting.co.za>
Content
Tarek Ziadé wrote:
> So at the end, the changes on distutils setup() side would be:
> 
> - authors  (goes in Author field - with "," separations )
> - contact_email  (goes in Author-email field)
> - deprecation of the "author", "author_email", 
>   "maintainer" and "mainainer_email" arguments 
> 
> So the metadata doesn't change and we have what we want.

-1 on that idea :-)

The meta-data is only used by PyPI and perhaps a handful
of other tools. The setup() keyword parameters OTOH are
used by most packages out there, so any change to these
has to be carefully planned.

Overall, I find the presented use case not really relevant
enough to warrant such a huge change. Even less so, since
there is a solution that works today without any changes.

The addition of the maintainer meta-data field would not
hurt anyone and create more consistency.

The rest is just documenting best practices.
History
Date User Action Args
2009-09-30 12:30:36lemburgsetrecipients: + lemburg, pitrou, techtonik, tarek
2009-09-30 12:30:35lemburglinkissue6992 messages
2009-09-30 12:30:34lemburgcreate