Skip to content

Commit

Permalink
Update docs/pkg_resources.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
  • Loading branch information
wimglenn and webknjaz committed Dec 5, 2020
1 parent b4de397 commit 475fb30
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/pkg_resources.rst
Original file line number Diff line number Diff line change
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 `Advertising Behavior <https://setuptools.readthedocs.io/en/latest/userguide/entry_point.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 475fb30

Please sign in to comment.