diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-12-06 12:23:51 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-06 12:23:51 -0500 |
| commit | 9365c7ed419e2c2ab9a83447a0520da439d956dc (patch) | |
| tree | 41fc6668a5946f550e5abb32a76c2b71d42841a3 /docs | |
| parent | 43b0b81ed763d65f202f4373983c56ad4fb102ef (diff) | |
| parent | 475fb309a8559556b12a5b37acd03e5d0cf49aa0 (diff) | |
| download | python-setuptools-git-9365c7ed419e2c2ab9a83447a0520da439d956dc.tar.gz | |
Merge pull request #2468 from wimglenn/patch-1
fix broken link to entry-points details
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/pkg_resources.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/pkg_resources.rst b/docs/pkg_resources.rst index 364e2183..19d43244 100644 --- a/docs/pkg_resources.rst +++ b/docs/pkg_resources.rst @@ -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 @@ -1939,4 +1939,3 @@ History 0.3a1 * Initial release. - |
