Skip to content

Commit

Permalink
Merge pull request #2468 from wimglenn/patch-1
Browse files Browse the repository at this point in the history
fix broken link to entry-points details
  • Loading branch information
jaraco committed Dec 6, 2020
2 parents 43b0b81 + 475fb30 commit 9365c7e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/pkg_resources.rst
Expand Up @@ -703,7 +703,7 @@ entry point group and look for entry points named "pre_process" and
To advertise an entry point, a project needs to use ``setuptools`` and provide
an ``entry_points`` argument to ``setup()`` in its setup script, so that the
entry points will be included in the distribution's metadata. For more
details, see the [``setuptools`` documentation](https://setuptools.readthedocs.io/en/latest/setuptools.html#dynamic-discovery-of-services-and-plugins).
details, see :ref:`Advertising Behavior<dynamic discovery of services and plugins>`.

Each project distribution can advertise at most one entry point of a given
name within the same entry point group. For example, a distutils extension
Expand Down Expand Up @@ -1939,4 +1939,3 @@ History

0.3a1
* Initial release.

0 comments on commit 9365c7e

Please sign in to comment.