Skip to content

Commit 39d6b77

Browse files
committed
Rename "Declaring project metadata" to "pyproject.toml specification" to match new content
Adjust references accordingly.
1 parent 54cb415 commit 39d6b77

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

source/specifications/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2626
Package Installation Environment Metadata
2727
-----------------------------------------

source/specifications/declaring-project-metadata.rst renamed to source/specifications/pyproject-toml.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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

source/specifications/source-distribution-format.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ A ``.tar.gz`` source distribution (sdist) contains a single top-level directory
5858
called ``{name}-{version}`` (e.g. ``foo-1.0``), containing the source files of
5959
the package. The name and version MUST match the metadata stored in the file.
6060
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
6262
metadata in the format described in the :ref:`core-metadata` specification. The
6363
metadata MUST conform to at least version 2.2 of the metadata specification.
6464

0 commit comments

Comments
 (0)