aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian González <christian.gonzalez@nerdocs.at>2018-09-15 16:24:03 +0200
committerGitHub <noreply@github.com>2018-09-15 16:24:03 +0200
commit6a70dbd61b343647847447114fa798a1dab95f8a (patch)
treeb5e59f8c88560fb97edea9693dcf143c6b8dc31e
parent948b3f41f9079a1c3afd3a409389d90346ec3bff (diff)
downloadexternal_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.txt2
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