diff options
| author | Benoit Pierre <benoit.pierre@gmail.com> | 2019-10-08 19:32:09 +0200 |
|---|---|---|
| committer | Benoit Pierre <benoit.pierre@gmail.com> | 2019-10-08 19:41:48 +0200 |
| commit | 4c0e204413e6d2c33662a02c73a0ad13d81af9e5 (patch) | |
| tree | c8ac49648ec267789c3405b23f822a969775232e /docs/development.txt | |
| parent | b9a9aae8b3b624443722a40ca935348d2a100b7d (diff) | |
| download | external_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/development.txt')
| -rw-r--r-- | docs/development.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development.txt b/docs/development.txt index 455f038a..28e653fe 100644 --- a/docs/development.txt +++ b/docs/development.txt @@ -7,7 +7,7 @@ Authority (PyPA) and led by Jason R. Coombs. This document describes the process by which Setuptools is developed. This document assumes the reader has some passing familiarity with -*using* setuptools, the ``pkg_resources`` module, and EasyInstall. It +*using* setuptools, the ``pkg_resources`` module, and pip. It does not attempt to explain basic concepts like inter-project dependencies, nor does it contain detailed lexical syntax for most file formats. Neither does it explain concepts like "namespace |
