PEP 621: add a note linking to the official specification (#2684)

This commit is contained in:
Brett Cannon 2022-06-28 12:18:43 -07:00 committed by GitHub
parent dda79ea1c3
commit 855819341c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@ Post-History: 22-Jun-2020,
31-Oct-2020
Resolution: https://discuss.python.org/t/pep-621-round-3/5472/109
.. note::
The official specification for the ``[project]`` table in
``pyproject.toml`` now lives at
https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ .
Abstract