Skip to content

Commit 9caeab3

Browse files
authored
PEP 621: mention that '{name} <{email}>' may need quoting (#1861)
1 parent cf87703 commit 9caeab3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pep-0621.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,8 @@ Using the data to fill in `core metadata`_ is as follows:
292292
``Author-email``/``Maintainer-email`` as appropriate.
293293
3. If both ``email`` and ``name`` are provided, the value goes in
294294
``Author-email``/``Maintainer-email`` as appropriate, with the
295-
format ``{name} <{email}>``.
295+
format ``{name} <{email}>`` (with appropriate quoting, e.g. using
296+
``email.headerregistry.Address``).
296297
4. Multiple values should be separated by commas.
297298

298299
``keywords``

0 commit comments

Comments
 (0)