File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ Package Distribution Metadata
1919 core-metadata
2020 version-specifiers
2121 dependency-specifiers
22- declaring-project-metadata
2322 inline-script-metadata
2423 platform-compatibility-tags
24+ pyproject-toml
2525
2626Package Installation Environment Metadata
2727-----------------------------------------
Original file line number Diff line number Diff line change 1- .. _ declaring-project-metadata :
1+ .. _ pyproject-toml-spec :
22
3- ==========================
4- Declaring project metadata
5- ==========================
3+ ================================
4+ `` pyproject.toml `` specification
5+ ================================
66
77:pep: `621 ` specifies how to write a project's
88:ref: `core metadata <core-metadata >` in a ``pyproject.toml `` file for
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ A ``.tar.gz`` source distribution (sdist) contains a single top-level directory
5858called ``{name}-{version} `` (e.g. ``foo-1.0 ``), containing the source files of
5959the package. The name and version MUST match the metadata stored in the file.
6060This directory must also contain a :file: `pyproject.toml ` in the format defined in
61- :ref: `declaring-build-dependencies `, and a ``PKG-INFO `` file containing
61+ :ref: `pyproject-toml-spec `, and a ``PKG-INFO `` file containing
6262metadata in the format described in the :ref: `core-metadata ` specification. The
6363metadata MUST conform to at least version 2.2 of the metadata specification.
6464
You can’t perform that action at this time.
0 commit comments