aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorYe-hyoung Kang <keepyourhonor@gmail.com>2020-03-02 23:54:57 +0900
committerGitHub <noreply@github.com>2020-03-02 23:54:57 +0900
commitabaa683c2140204b40051c80926c334ce4bba41c (patch)
treeb016cf29c2bda02d49d112645b7270be78e47ebd /docs
parentccbe2dad46a70042c99876f7e81c0ddbb7fc1fa4 (diff)
downloadexternal_python_setuptools-abaa683c2140204b40051c80926c334ce4bba41c.tar.gz
external_python_setuptools-abaa683c2140204b40051c80926c334ce4bba41c.tar.bz2
external_python_setuptools-abaa683c2140204b40051c80926c334ce4bba41c.zip
Fix broken link to Python docs
The broken link used to point to Python 2 docs (which has been moved). Since Python 2 has reached its end-of-life, link to Python 3 docs instead.
Diffstat (limited to 'docs')
-rw-r--r--docs/setuptools.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/setuptools.txt b/docs/setuptools.txt
index efcd0a86..22e3c872 100644
--- a/docs/setuptools.txt
+++ b/docs/setuptools.txt
@@ -941,7 +941,7 @@ python.org website. If using the setuptools-specific ``include_package_data``
argument, files specified by ``package_data`` will *not* be automatically
added to the manifest unless they are listed in the MANIFEST.in file.)
-__ http://docs.python.org/dist/node11.html
+__ https://docs.python.org/3/distutils/setupscript.html#installing-package-data
Sometimes, the ``include_package_data`` or ``package_data`` options alone
aren't sufficient to precisely define what files you want included. For