diff options
| author | Christian González <christian.gonzalez@nerdocs.at> | 2018-09-15 16:24:03 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-15 16:24:03 +0200 |
| commit | 6a70dbd61b343647847447114fa798a1dab95f8a (patch) | |
| tree | b5e59f8c88560fb97edea9693dcf143c6b8dc31e | |
| parent | 948b3f41f9079a1c3afd3a409389d90346ec3bff (diff) | |
| download | external_python_setuptools-6a70dbd61b343647847447114fa798a1dab95f8a.tar.gz external_python_setuptools-6a70dbd61b343647847447114fa798a1dab95f8a.tar.bz2 external_python_setuptools-6a70dbd61b343647847447114fa798a1dab95f8a.zip | |
link to setuptools doc
| -rw-r--r-- | docs/pkg_resources.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pkg_resources.txt b/docs/pkg_resources.txt index 18545f4b..0c9fb5f2 100644 --- a/docs/pkg_resources.txt +++ b/docs/pkg_resources.txt @@ -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. (XXX link here to setuptools) +details, see the [``setuptools`` documentation](https://setuptools.readthedocs.io/en/latest/setuptools.html#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 |
