Skip to content

Commit c05dfa4

Browse files
committed
Remove excessively distracting link
1 parent a7eae09 commit c05dfa4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

source/tutorials/packaging-projects.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -333,14 +333,12 @@ be required, but can be omitted with newer versions of setuptools and pip.
333333

334334
You may see some existing projects or other Python packaging tutorials that
335335
import their ``setup`` function from ``distutils.core`` rather than
336-
``setuptools``. This is a `legacy approach`_ that installers support
336+
``setuptools``. This is a legacy approach that installers support
337337
for backwards compatibility purposes [1]_, but using the legacy ``distutils`` API
338338
directly in new projects is strongly discouraged, since ``distutils`` is
339339
deprecated as per :pep:`632` and will be removed from the standard library
340340
in Python 3.12.
341341

342-
.. _legacy approach: https://docs.python.org/3.10/library/distutils.html
343-
344342
Creating README.md
345343
------------------
346344

0 commit comments

Comments
 (0)