aboutsummaryrefslogtreecommitdiffstats
path: root/docs/using.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/using.txt')
-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>`_.