Skip to content

Commit 3da25bc

Browse files
authored
Merge pull request #1972 from encukou/patch-1
Add subheading for Build backends for extension modules
2 parents 1b617f8 + ad086b9 commit 3da25bc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source/guides/tool-recommendations.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,11 @@ Do **not** use :ref:`distutils`, which is deprecated, and has been removed from
109109
the standard library in Python 3.12, although it still remains available from
110110
setuptools.
111111

112+
.. _extension-module-tool-recommendations:
113+
114+
Build backends for extension modules
115+
------------------------------------
116+
112117
For packages with :term:`extension modules <extension module>`, it is best to use
113118
a build system with dedicated support for the language the extension is written in,
114119
for example:

0 commit comments

Comments
 (0)