diff options
author | Adam Turner <9087854+AA-Turner@users.noreply.github.com> | 2023-08-17 10:01:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-17 10:01:14 (GMT) |
commit | 33e6e3fec02ff3035dec52692542d3dd10124bef (patch) | |
tree | d2ecbd6a4f041b01ad9efd6609a2296f53b145c6 /Doc/installing/index.rst | |
parent | f51f0466c07eabc6177c2f64f70c952dada050e8 (diff) | |
download | cpython-33e6e3fec02ff3035dec52692542d3dd10124bef.zip cpython-33e6e3fec02ff3035dec52692542d3dd10124bef.tar.gz cpython-33e6e3fec02ff3035dec52692542d3dd10124bef.tar.bz2 |
GH-107987: Remove the Distributing Python Modules guide (#108016)
Diffstat (limited to 'Doc/installing/index.rst')
-rw-r--r-- | Doc/installing/index.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/installing/index.rst b/Doc/installing/index.rst index 5aec517..a46c1ca 100644 --- a/Doc/installing/index.rst +++ b/Doc/installing/index.rst @@ -19,7 +19,9 @@ solutions to the common pool. This guide covers the installation part of the process. For a guide to creating and sharing your own Python projects, refer to the -:ref:`distribution guide <distributing-index>`. +`Python packaging user guide`_. + +.. _Python Packaging User Guide: https://packaging.python.org/en/latest/tutorials/packaging-projects/ .. note:: |