summaryrefslogtreecommitdiffstats
path: root/Doc/distutils/setupscript.rst
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2019-05-14 12:04:30 (GMT)
committerGitHub <noreply@github.com>2019-05-14 12:04:30 (GMT)
commitdae1229729920e3aa2be015453b7f702dff9b375 (patch)
tree8e3be6982d0c859e821fb07f45301ea673a21f0a /Doc/distutils/setupscript.rst
parent0a52d73ddeeac23f73c919d636e7008ddde5c72b (diff)
downloadcpython-dae1229729920e3aa2be015453b7f702dff9b375.zip
cpython-dae1229729920e3aa2be015453b7f702dff9b375.tar.gz
cpython-dae1229729920e3aa2be015453b7f702dff9b375.tar.bz2
bpo-36797: Prune more legacy distutils documentation (GH-13092)
Removes more legacy distutils documentation, and more clearly marks what is left as potentially outdated, with references to setuptools as a replacement.
Diffstat (limited to 'Doc/distutils/setupscript.rst')
-rw-r--r--Doc/distutils/setupscript.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/distutils/setupscript.rst b/Doc/distutils/setupscript.rst
index 1f99f62..4386a60 100644
--- a/Doc/distutils/setupscript.rst
+++ b/Doc/distutils/setupscript.rst
@@ -4,6 +4,8 @@
Writing the Setup Script
************************
+.. include:: ./_setuptools_disclaimer.rst
+
The setup script is the centre of all activity in building, distributing, and
installing modules using the Distutils. The main purpose of the setup script is
to describe your module distribution to the Distutils, so that the various