Skip to content

Commit 26d3fb9

Browse files
committed
Link to "Choosing a build backend"
1 parent 7607fab commit 26d3fb9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

source/guides/writing-pyproject-toml.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,9 @@ list of dependencies needed to build the project -- this is typically just the
5151
build backend package, but it may also contain additional dependencies. You can
5252
also constrain the versions, e.g., ``requires = ["setuptools >= 61.0"]``.
5353

54-
Usually, you'll just copy what your build backend's documentation suggests. Here
55-
are the values for some common build backends:
54+
Usually, you'll just copy what your build backend's documentation
55+
suggests (after :ref:`choosing your build backend <choosing-build-backend>`).
56+
Here are the values for some common build backends:
5657

5758
.. tab:: Hatchling
5859

source/tutorials/packaging-projects.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ Creating a test directory
103103
:file:`tests/` is a placeholder for test files. Leave it empty for now.
104104

105105

106+
.. _choosing-build-backend:
107+
106108
Choosing a build backend
107109
------------------------
108110

0 commit comments

Comments
 (0)