Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion pep-0621.rst
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,8 @@ Using the data to fill in `core metadata`_ is as follows:
``Author-email``/``Maintainer-email`` as appropriate.
3. If both ``email`` and ``name`` are provided, the value goes in
``Author-email``/``Maintainer-email`` as appropriate, with the
format ``{name} <{email}>``.
format ``{name} <{email}>`` (with appropriate quoting, e.g. using
``email.headerregistry.Address``).
4. Multiple values should be separated by commas.

``keywords``
Expand Down