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 keul
Recipients eric.araujo, keul, tarek
Date 2011-08-25.07:22:34
SpamBayes Score 2.5822592e-05
Marked as misclassified No
Message-id <1314256955.86.0.420020912731.issue12840@psf.upfronthosting.co.za>
In-reply-to
Content
I reported this problem in the pypi site issue tracker (issue 3396924):
https://sourceforge.net/tracker/?func=detail&atid=513503&aid=3396924&group_id=66150

However it seems that is a python bug.

If in one package's setup.py I provide maintainer (with email) and author (whit 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 all works, so seems that this is only a bug of the register procedure.
History
Date User Action Args
2011-08-25 07:22:35keulsetrecipients: + keul, tarek, eric.araujo
2011-08-25 07:22:35keulsetmessageid: <1314256955.86.0.420020912731.issue12840@psf.upfronthosting.co.za>
2011-08-25 07:22:35keullinkissue12840 messages
2011-08-25 07:22:34keulcreate