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 chris.jerdonek
Recipients akitada, alexis, chris.jerdonek, eric.araujo, jbelmonte, lemburg, richard, skrah, tarek
Date 2012-11-04.11:26:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352028366.06.0.085670080686.issue16108@psf.upfronthosting.co.za>
In-reply-to
Content
Previous issues like this include issue 962772 (from 5/2004) and issue 3686 (from 8/2008).  Copying the nosy lists from those issues.

This issue affects me also because I maintain a project that I did not author.  However, PyPI lists me as the author because of distutils's maintainer/author replacement logic when generating PKG-INFO.

This issue has come up before, and PyPI continues to list "maintainers" as "authors" because of it.  Whether or not we start sending both pieces of data, can PyPI perhaps be updated to display "Contact" instead of "Author" when Metadata-Version 1.1 is used?  This seems better to me because distutils is not actually sending the author but rather contact information in this case (method get_contact())?

http://hg.python.org/cpython/file/63b45c959a2a/Lib/distutils/dist.py#l1025
History
Date User Action Args
2012-11-04 11:26:06chris.jerdoneksetrecipients: + chris.jerdonek, lemburg, richard, jbelmonte, tarek, eric.araujo, akitada, skrah, alexis
2012-11-04 11:26:06chris.jerdoneksetmessageid: <1352028366.06.0.085670080686.issue16108@psf.upfronthosting.co.za>
2012-11-04 11:26:05chris.jerdoneklinkissue16108 messages
2012-11-04 11:26:05chris.jerdonekcreate