File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ Package Distribution Metadata
19
19
core-metadata
20
20
version-specifiers
21
21
dependency-specifiers
22
- declaring-project-metadata
23
22
inline-script-metadata
24
23
platform-compatibility-tags
24
+ pyproject-toml
25
25
26
26
Package Installation Environment Metadata
27
27
-----------------------------------------
Original file line number Diff line number Diff line change 1
- .. _ declaring-project-metadata :
1
+ .. _ pyproject-toml-spec :
2
2
3
- ==========================
4
- Declaring project metadata
5
- ==========================
3
+ ================================
4
+ `` pyproject.toml `` specification
5
+ ================================
6
6
7
7
:pep: `621 ` specifies how to write a project's
8
8
: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
58
58
called ``{name}-{version} `` (e.g. ``foo-1.0 ``), containing the source files of
59
59
the package. The name and version MUST match the metadata stored in the file.
60
60
This 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
62
62
metadata in the format described in the :ref: `core-metadata ` specification. The
63
63
metadata MUST conform to at least version 2.2 of the metadata specification.
64
64
You can’t perform that action at this time.
0 commit comments