You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
submitted fix upstream pypa/pyproject-metadata#87 so after it gets merged it is a matter of updating vendored package - which seems pretty out of date ATM
Steps to reproduce
Edit
pyproject.toml
, replaceauthors
table with[{name = "Company, Inc.", email = "[email protected]"}]
Run:
Actual behavior
The resulting file
author_name_bug_demo-0.1.0/PKG-INFO
will have this line:This field does not conform to
Author-Email
field specification as per https://packaging.python.org/en/latest/specifications/core-metadata/#author-email .Uploading the built packages to PyPI fails.
Expected behavior
in
PKG-INFO
,Company, Inc
should be quoted:Environment Information
The text was updated successfully, but these errors were encountered: