Skip to content
Prev Previous commit
Next Next commit
Add a living link to setuptool entry points
  • Loading branch information
arhadthedev committed Jun 15, 2022
commit bd5d3d27697149b293e9e30ed6148c73ac1d19b1
2 changes: 1 addition & 1 deletion Doc/library/importlib.metadata.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Inspect the resolved entry point::
The ``group`` and ``name`` are arbitrary values defined by the package author
and usually a client will wish to resolve all entry points for a particular
group. Read `the setuptools docs
<http://web.archive.org/web/20190327190821/https://setuptools.readthedocs.io/en/latest/setuptools.html#dynamic-discovery-of-services-and-plugins>`_
<https://setuptools.pypa.io/en/latest/userguide/entry_point.html>`_
Comment thread
jaraco marked this conversation as resolved.
for more information on entry points, their definition, and usage.

*Compatibility Note*
Expand Down