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 p-ganssle
Recipients dstufft, eric.araujo, p-ganssle
Date 2018-03-13.13:43:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520948629.75.0.467229070634.issue33069@psf.upfronthosting.co.za>
In-reply-to
Content
This is basically the same as issue 962772, as there seems to have been a regression. The current version of distutils discards author= metadata if maintainer= is present, even though PEP 345 has added the Maintainer: and Maintainer-Email: metadata fields.

I think that the way forward is to have write_pkg_info generate separate Maintainer: and Maintainer-Email: fields.
History
Date User Action Args
2018-03-13 13:43:49p-gansslesetrecipients: + p-ganssle, eric.araujo, dstufft
2018-03-13 13:43:49p-gansslesetmessageid: <1520948629.75.0.467229070634.issue33069@psf.upfronthosting.co.za>
2018-03-13 13:43:49p-gansslelinkissue33069 messages
2018-03-13 13:43:49p-gansslecreate