We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf87703 commit 9caeab3Copy full SHA for 9caeab3
pep-0621.rst
@@ -292,7 +292,8 @@ Using the data to fill in `core metadata`_ is as follows:
292
``Author-email``/``Maintainer-email`` as appropriate.
293
3. If both ``email`` and ``name`` are provided, the value goes in
294
``Author-email``/``Maintainer-email`` as appropriate, with the
295
- format ``{name} <{email}>``.
+ format ``{name} <{email}>`` (with appropriate quoting, e.g. using
296
+ ``email.headerregistry.Address``).
297
4. Multiple values should be separated by commas.
298
299
``keywords``
0 commit comments