Closed lucascolley closed 2 days ago
Describe the bug For the following in pyproject.toml:
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.
mailto:lucas.colley8@gmail.com
Expected behavior
Author: Lucas Colley, Open Source Contributors
To Reproduce
My Platform
Additional context
Duplicate of https://github.com/pypi/warehouse/issues/14813
Describe the bug For the following in
pyproject.toml
:PyPI displays:
where the hyperlink is
mailto:lucas.colley8@gmail.com
.Expected behavior
To Reproduce
My Platform
Additional context