summaryrefslogtreecommitdiffstats
path: root/Doc/library/distutils.rst
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-06-06 00:38:48 (GMT)
committerNed Deily <nad@python.org>2016-06-06 00:38:48 (GMT)
commit8f5798edfb71342fa4b3070a7f69386f7b229cd0 (patch)
treedef277774ef6994f631669a34748561083fdf193 /Doc/library/distutils.rst
parent3f0ee83f14f2ce2c05360f5ed326844388353b6f (diff)
downloadcpython-8f5798edfb71342fa4b3070a7f69386f7b229cd0.zip
cpython-8f5798edfb71342fa4b3070a7f69386f7b229cd0.tar.gz
cpython-8f5798edfb71342fa4b3070a7f69386f7b229cd0.tar.bz2
Issue #26014: Update 3.x packaging documentation:
- "See also" links to the new docs are now provided in the legacy pages - links to setuptools documentation have been updated (original patch by Susan Sun)
Diffstat (limited to 'Doc/library/distutils.rst')
-rw-r--r--Doc/library/distutils.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/distutils.rst b/Doc/library/distutils.rst
index e3d1314..12ad8c0 100644
--- a/Doc/library/distutils.rst
+++ b/Doc/library/distutils.rst
@@ -15,7 +15,7 @@ collections of Python packages which include modules coded in both Python and C.
Most Python users will *not* want to use this module directly, but instead
use the cross-version tools maintained by the Python Packaging Authority. In
particular,
-`setuptools <https://setuptools.pypa.io/en/latest/setuptools.html>`__ is an
+`setuptools <https://setuptools.readthedocs.io/en/latest/>`__ is an
enhanced alternative to :mod:`distutils` that provides:
* support for declaring project dependencies