bpo-36797: Fix a dead link in Doc/distutils/apiref (GH-15700) (GH-15704)
https://bugs.python.org/issue36797
(cherry picked from commit 2c2b561967
)
Co-authored-by: Miro Hrončok <miro@hroncok.cz>
This commit is contained in:
parent
b150d0bf1b
commit
cabcbbe7a5
|
@ -6,12 +6,12 @@ API Reference
|
||||||
|
|
||||||
.. seealso::
|
.. seealso::
|
||||||
|
|
||||||
`New and changed setup.py arguments in setuptools <setuptools-setup-py>`_
|
`New and changed setup.py arguments in setuptools`_
|
||||||
The ``setuptools`` project adds new capabilities to the ``setup`` function
|
The ``setuptools`` project adds new capabilities to the ``setup`` function
|
||||||
and other APIs, makes the API consistent across different Python versions,
|
and other APIs, makes the API consistent across different Python versions,
|
||||||
and is hence recommended over using ``distutils`` directly.
|
and is hence recommended over using ``distutils`` directly.
|
||||||
|
|
||||||
.. _setuptools-setup-py: https://setuptools.readthedocs.io/en/latest/setuptools.html#new-and-changed-setup-keywords
|
.. _New and changed setup.py arguments in setuptools: https://setuptools.readthedocs.io/en/latest/setuptools.html#new-and-changed-setup-keywords
|
||||||
|
|
||||||
.. include:: ./_setuptools_disclaimer.rst
|
.. include:: ./_setuptools_disclaimer.rst
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Fix a dead link in the distutils API Reference.
|
Loading…
Reference in New Issue