aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-12-26 13:22:57 -0500
committerJason R. Coombs <jaraco@jaraco.com>2014-12-26 13:22:57 -0500
commit6be9025c1da807ba629440e344816155c24fa3f7 (patch)
tree306ef10fd98181575d1c53430b40f943e54484f4
parent7648e18df3bb35335f455d6026252393a3e84a2d (diff)
downloadexternal_python_setuptools-6be9025c1da807ba629440e344816155c24fa3f7.tar.gz
external_python_setuptools-6be9025c1da807ba629440e344816155c24fa3f7.tar.bz2
external_python_setuptools-6be9025c1da807ba629440e344816155c24fa3f7.zip
Update docs to reflect new behavior.
-rw-r--r--docs/setuptools.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/setuptools.txt b/docs/setuptools.txt
index a34ec304..89c08e23 100644
--- a/docs/setuptools.txt
+++ b/docs/setuptools.txt
@@ -308,7 +308,7 @@ unless you need the associated ``setuptools`` feature.
(Note: projects listed in ``setup_requires`` will NOT be automatically
installed on the system where the setup script is being run. They are
- simply downloaded to the setup directory if they're not locally available
+ simply downloaded to the ./.eggs directory if they're not locally available
already. If you want them to be installed, as well as being available
when the setup script is run, you should add them to ``install_requires``
**and** ``setup_requires``.)