Commit abaa683c authored by Ye-hyoung Kang's avatar Ye-hyoung Kang Committed by GitHub

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.
parent ccbe2dad
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment