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.

classification
Title: "maintainer" value clear the "author" value when registering
Type: Stage: resolved
Components: Versions:
process
Status: closed Resolution: duplicate
Dependencies: Superseder: when both maintainer and author provided, author discarded
View: 962772
Assigned To: Nosy List: eric.araujo, jab
Priority: normal Keywords:

Created on 2011-09-23 13:57 by jab, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg144444 - (view) Author: Joshua Bronson (jab) * Date: 2011-09-23 13:57
This issue was originally opened in the PyPI tracker but was dismissed on the theory that it's a bug in Python:

https://sourceforge.net/tracker/index.php?func=detail&aid=3396924&group_id=66150&atid=513503


"""
If in one package's setup.py I provide maintainer (with email) and author (whith email) after the "python setup.py register ... upload" I create a new package where I see the maintainer as a creator.

If I manually fix it through the pypi user interface it works, so seems that this is only a bug in the register procedure.
"""
msg144454 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2011-09-23 16:41
This was already discussed in #962772 (and reported again in #12840 :)
History
Date User Action Args
2022-04-11 14:57:21adminsetgithub: 57244
2011-09-23 16:41:06eric.araujosetstatus: open -> closed

superseder: when both maintainer and author provided, author discarded

nosy: + eric.araujo
messages: + msg144454
resolution: duplicate
stage: resolved
2011-09-23 13:57:25jabcreate