aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-09-16 09:07:22 -0400
committerGitHub <noreply@github.com>2018-09-16 09:07:22 -0400
commit318d6b02c5f8fa86e60518b20c14b625e355b17e (patch)
treeb5e59f8c88560fb97edea9693dcf143c6b8dc31e
parent948b3f41f9079a1c3afd3a409389d90346ec3bff (diff)
parent6a70dbd61b343647847447114fa798a1dab95f8a (diff)
downloadexternal_python_setuptools-318d6b02c5f8fa86e60518b20c14b625e355b17e.tar.gz
external_python_setuptools-318d6b02c5f8fa86e60518b20c14b625e355b17e.tar.bz2
external_python_setuptools-318d6b02c5f8fa86e60518b20c14b625e355b17e.zip
Merge pull request #1489 from nerdoc/patch-1
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