bpo-36797: Fix a dead link in Doc/distutils/apiref by hroncok · Pull Request #15700 · python/cpython

Expand Up @@ -6,12 +6,12 @@ API Reference
.. 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 and other APIs, makes the API consistent across different Python versions, 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
Expand Down