diff options
author | Adam Turner <9087854+AA-Turner@users.noreply.github.com> | 2023-08-16 21:06:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-16 21:06:56 (GMT) |
commit | fbb7cbc0e92168077fd56de942901511e99ca60a (patch) | |
tree | 1412fe749360ac85e695d896ec1ec7c712ecaa72 /Doc/extending | |
parent | 636ca313b2f7ce09a311889995778dccae8ebe40 (diff) | |
download | cpython-fbb7cbc0e92168077fd56de942901511e99ca60a.zip cpython-fbb7cbc0e92168077fd56de942901511e99ca60a.tar.gz cpython-fbb7cbc0e92168077fd56de942901511e99ca60a.tar.bz2 |
GH-92584: Remove Installing Python Modules (Distutils version) (#108020)
Diffstat (limited to 'Doc/extending')
-rw-r--r-- | Doc/extending/building.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/extending/building.rst b/Doc/extending/building.rst index 880bb33..ddde567 100644 --- a/Doc/extending/building.rst +++ b/Doc/extending/building.rst @@ -45,6 +45,7 @@ See the *"Multiple modules in one library"* section in :pep:`489` for details. .. highlight:: c +.. _install-index: .. _setuptools-index: Building C and C++ Extensions with setuptools |