summaryrefslogtreecommitdiff
path: root/docs/userguide/entry_point.rst
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2022-03-19 09:10:41 -0400
committerJason R. Coombs <jaraco@jaraco.com>2022-03-19 09:10:41 -0400
commite109eff86e98c0570a5c86f83e470ea942aab5a5 (patch)
tree545e4bf2ac7584e2921151eba4b6d2a25e1c5ce3 /docs/userguide/entry_point.rst
parentddca7988e951021340ee445994d3c6c55a957eee (diff)
downloadpython-setuptools-git-e109eff86e98c0570a5c86f83e470ea942aab5a5.tar.gz
Fix warnings for pypi references.
Diffstat (limited to 'docs/userguide/entry_point.rst')
-rw-r--r--docs/userguide/entry_point.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide/entry_point.rst b/docs/userguide/entry_point.rst
index ea73bb5e..b97419c4 100644
--- a/docs/userguide/entry_point.rst
+++ b/docs/userguide/entry_point.rst
@@ -120,7 +120,7 @@ and tools like ``pip`` create wrapper scripts that invoke those commands.
For a project wishing to solicit entry points, Setuptools recommends the
`importlib.metadata <https://docs.python.org/3/library/importlib.metadata.html>`_
module (part of stdlib since Python 3.8) or its backport,
-`importlib_metadata <https://pypi.org/project/importlib_metadata>`_.
+:pypi:`importlib_metadata`.
For example, to find the console script entry points from the example above: