summaryrefslogtreecommitdiff
path: root/docs
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
commit2ed15377c7089826c2431fd26bbb7a4677ef0ae3 (patch)
treec5ed5b64a68d3d258102b0024c9c2df4acc636f0 /docs
parent651486f2739fc33fef3a9325b963dc14745e466a (diff)
downloadpython-setuptools-bitbucket-2ed15377c7089826c2431fd26bbb7a4677ef0ae3.tar.gz
Add link to project home page. Fixes #224.
Diffstat (limited to 'docs')
-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>`_.