diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2018-11-11 12:40:03 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2018-11-11 12:40:03 -0500 |
commit | 641183c8277136a8d82e0b50b059b4d65bba7f7d (patch) | |
tree | 0f9bd0f9a528588233ee9681d47893bcf3f8ed07 /docs | |
parent | 7f310da972ee9d979b8b0bfb9c19cabe91bf94a2 (diff) | |
download | external_python_setuptools-641183c8277136a8d82e0b50b059b4d65bba7f7d.tar.gz external_python_setuptools-641183c8277136a8d82e0b50b059b4d65bba7f7d.tar.bz2 external_python_setuptools-641183c8277136a8d82e0b50b059b4d65bba7f7d.zip |
Update roadmap
Diffstat (limited to 'docs')
-rw-r--r-- | docs/roadmap.txt | 3 |
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. |