[New-bugs-announce] [issue12840] "maintainer" value clear the "author" value when register
Luca Fabbri
report at bugs.python.org
Thu Aug 25 09:22:35 CEST 2011
New submission from Luca Fabbri <lucafbb at gmail.com>:
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.
----------
assignee: tarek
components: Distutils
messages: 142959
nosy: eric.araujo, keul, tarek
priority: normal
severity: normal
status: open
title: "maintainer" value clear the "author" value when register
type: behavior
versions: Python 2.6
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12840>
_______________________________________
More information about the New-bugs-announce
mailing list