aboutsummaryrefslogtreecommitdiffstats
path: root/docs/formats.txt
diff options
context:
space:
mode:
authorBenoit Pierre <benoit.pierre@gmail.com>2019-10-08 19:32:09 +0200
committerBenoit Pierre <benoit.pierre@gmail.com>2019-10-08 19:41:48 +0200
commit4c0e204413e6d2c33662a02c73a0ad13d81af9e5 (patch)
treec8ac49648ec267789c3405b23f822a969775232e /docs/formats.txt
parentb9a9aae8b3b624443722a40ca935348d2a100b7d (diff)
downloadexternal_python_setuptools-4c0e204413e6d2c33662a02c73a0ad13d81af9e5.tar.gz
external_python_setuptools-4c0e204413e6d2c33662a02c73a0ad13d81af9e5.tar.bz2
external_python_setuptools-4c0e204413e6d2c33662a02c73a0ad13d81af9e5.zip
doc: drop most references to EasyInstall
Diffstat (limited to 'docs/formats.txt')
-rw-r--r--docs/formats.txt7
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/formats.txt b/docs/formats.txt
index a182eb99..6c0456de 100644
--- a/docs/formats.txt
+++ b/docs/formats.txt
@@ -299,11 +299,8 @@ specified by the ``setup_requires`` parameter to the Distribution.
A list of dependency URLs, one per line, as specified using the
``dependency_links`` keyword to ``setup()``. These may be direct
download URLs, or the URLs of web pages containing direct download
-links, and will be used by EasyInstall to find dependencies, as though
-the user had manually provided them via the ``--find-links`` command
-line option. Please see the setuptools manual and EasyInstall manual
-for more information on specifying this option, and for information on
-how EasyInstall processes ``--find-links`` URLs.
+links. Please see the setuptools manual for more information on
+specifying this option.
``depends.txt`` -- Obsolete, do not create!