pypi / warehouse

The Python Package Index
https://pypi.org
Apache License 2.0
3.6k stars 965 forks source link

incorrect author email mapping #17033

Closed lucascolley closed 2 days ago

lucascolley commented 2 days ago

Describe the bug For the following in pyproject.toml:

authors = [
    { name = "Lucas Colley", email = "lucas.colley8@gmail.com" },
    { name = "Open Source Contributors" },
]

PyPI displays:

Author: Open Source Contributors

where the hyperlink is mailto:lucas.colley8@gmail.com.

Expected behavior

Author: Lucas Colley, Open Source Contributors

To Reproduce

My Platform

Additional context

miketheman commented 2 days ago

Duplicate of https://github.com/pypi/warehouse/issues/14813