[issue962772] when both maintainer and author provided, author discarded

Akira Kitada report at bugs.python.org
Wed Feb 4 16:56:54 CET 2009


Akira Kitada <akitada at gmail.com> added the comment:

"""
from distutils.core import setup
setup(name="foo", author="bar", maintainer="baz")
"""
gives me
"""
Metadata-Version: 1.0
Name: foo
Version: 0.0.0
Summary: UNKNOWN
Home-page: UNKNOWN
Author: baz
Author-email: UNKNOWN
License: UNKNOWN
Description: UNKNOWN
Platform: UNKNOWN
"""

----------
nosy: +akitada, tarek

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


More information about the Python-bugs-list mailing list