[issue16108] Include maintainer information in register/upload

Chris Jerdonek report at bugs.python.org
Sun Nov 4 12:26:06 CET 2012


Chris Jerdonek added the comment:

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

----------
nosy: +akitada, chris.jerdonek, jbelmonte, lemburg, skrah

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16108>
_______________________________________


More information about the Python-bugs-list mailing list