aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-11-16 10:41:21 -0500
committerJason R. Coombs <jaraco@jaraco.com>2014-11-16 10:41:21 -0500
commit1714060fb8083ad4f7a440b049d1b8c71dc003be (patch)
tree180861dc6300e0769f5ed2b23a7f04ee0afd56bf
parent2c33dad04fd11ebd7fc8e15d0017ff2dc617e6a3 (diff)
downloadexternal_python_setuptools-1714060fb8083ad4f7a440b049d1b8c71dc003be.tar.gz
external_python_setuptools-1714060fb8083ad4f7a440b049d1b8c71dc003be.tar.bz2
external_python_setuptools-1714060fb8083ad4f7a440b049d1b8c71dc003be.zip
Add link to project home page. Fixes #224.
-rw-r--r--docs/using.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/using.txt b/docs/using.txt
index e44847d6..bd80893d 100644
--- a/docs/using.txt
+++ b/docs/using.txt
@@ -8,3 +8,6 @@ it at the very beginning of `setup.py` like this::
from ez_setup import use_setuptools
use_setuptools()
+
+More info on `ez_setup.py` can be found at `the project home page
+<https://pypy.python.org/pypi/setuptools>`_.