PEP 621: mention that '{name} <{email}>' may need quoting (#1861)

This commit is contained in:
Thomas Kluyver 2021-03-08 20:58:17 +00:00 committed by GitHub
parent cf87703454
commit 9caeab3687
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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``