aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/roadmap.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/roadmap.txt b/docs/roadmap.txt
index d5a127e8..62689283 100644
--- a/docs/roadmap.txt
+++ b/docs/roadmap.txt
@@ -10,3 +10,6 @@ Setuptools has the following large-scale goals on the roadmap:
- Deprecate and remove setup_requires and easy_install in
favor of PEP 518 build requirements and pip install.
- Adopt the Distutils package and stop monkeypatching stdlib.
+- Provide essential interfaces for installers such as pip to
+ support creation of "editable" installs without invoking
+ easy_install or creating egg-info.