diff options
author | Christian Heimes <christian@python.org> | 2022-07-25 13:50:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-25 13:50:46 (GMT) |
commit | a566912049722386478c075b83534fa9f7a1de45 (patch) | |
tree | 9785108e48f335131dba9b384d06ce6c72b49b4e /Doc/install | |
parent | d58be48369186590d4dfa204bf6b4c432b665281 (diff) | |
download | cpython-a566912049722386478c075b83534fa9f7a1de45.zip cpython-a566912049722386478c075b83534fa9f7a1de45.tar.gz cpython-a566912049722386478c075b83534fa9f7a1de45.tar.bz2 |
gh-85454: Remove distutils documentation (#95239)
Most places now refer to setuptools or link to setuptools documentation.
Some examples like zipapp need to be updated later.
Diffstat (limited to 'Doc/install')
-rw-r--r-- | Doc/install/index.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Doc/install/index.rst b/Doc/install/index.rst index 63b64b9..0923267 100644 --- a/Doc/install/index.rst +++ b/Doc/install/index.rst @@ -23,7 +23,11 @@ The up to date module installation documentation. For regular Python usage, you almost certainly want that document rather than this one. -.. include:: ../distutils/_setuptools_disclaimer.rst +.. note:: + + This document is being retained solely until the ``setuptools`` documentation + at https://setuptools.readthedocs.io/en/latest/setuptools.html + independently covers all of the relevant information currently included here. .. note:: |