Skip to content

Commit 995d2b7

Browse files
committed
Update references in modernize-setup-py-project guide
In parallel PRs, these references were added and the labels got renamed.
1 parent af82fef commit 995d2b7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

source/guides/modernize-setup-py-project.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ triggers :ref:`pip` to change its default behavior to use *build isolation*.
6666
For more details:
6767

6868
* :ref:`distributing-packages`
69-
* :ref:`declaring-build-dependencies`
69+
* :ref:`pyproject-build-system-table`
7070
* :doc:`pip:reference/build-system/pyproject-toml`
7171

7272

@@ -110,7 +110,7 @@ requires a :file:`pyproject.toml` file like this (:file:`setup.py` stays unchang
110110
111111
For more details:
112112

113-
* :ref:`declaring-build-dependencies`
113+
* :ref:`pyproject-build-system-table`
114114

115115

116116
What is the build isolation feature?
@@ -161,7 +161,7 @@ can be entirely replaced by a :file:`pyproject.toml` file like this:
161161
version = "1.2.3"
162162
163163
164-
Read :ref:`declaring-project-metadata` for the full specification
164+
Read :ref:`pyproject-project-table` for the full specification
165165
of the content allowed in the ``[project]`` table.
166166

167167

@@ -243,7 +243,6 @@ This file can be as minimalistic as this:
243243
Where to read more about this?
244244
==============================
245245

246-
* :ref:`declaring-build-dependencies`
247-
* :ref:`declaring-project-metadata`
246+
* :ref:`pyproject-toml-spec`
248247
* :doc:`pip:reference/build-system/pyproject-toml`
249248
* :doc:`setuptools:build_meta`

0 commit comments

Comments
 (0)