diff --git a/pep-0621.rst b/pep-0621.rst index c442c5270..0cc275775 100644 --- a/pep-0621.rst +++ b/pep-0621.rst @@ -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``