Mailing List Archive

[issue962772] when both maintainer and author provided, author discarded
Akira Kitada <akitada@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@bugs.python.org>
<http://bugs.python.org/issue962772>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue962772] when both maintainer and author provided, author discarded [ In reply to ]
Tarek Ziadé <ziade.tarek@gmail.com> added the comment:

the Author metadata uses the maintainer field *or* the author field if
the maintainer is not provided.

What would be the rational to add a new maintainer field in the PKG-INFO ?

In the first place, I am wondering what is the rational, today, to use
the maintainer argument at all.

John, can you detail this ?

----------
assignee: -> tarek
type: -> feature request
versions: +Python 2.7, Python 3.1

_______________________________________
Python tracker <report@bugs.python.org>
<http://bugs.python.org/issue962772>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com