diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2018-06-14 08:30:15 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2018-06-14 08:30:15 -0400 |
commit | c13fcfd43f5ce16a2fb4930622293395a494004f (patch) | |
tree | 273f62f2171320a992db9eb6cb1f0da56d0281dd /docs | |
parent | 6894478f878b4b579ae8a40e81fa002ad31f63b9 (diff) | |
download | external_python_setuptools-c13fcfd43f5ce16a2fb4930622293395a494004f.tar.gz external_python_setuptools-c13fcfd43f5ce16a2fb4930622293395a494004f.tar.bz2 external_python_setuptools-c13fcfd43f5ce16a2fb4930622293395a494004f.zip |
Update roadmap
Diffstat (limited to 'docs')
-rw-r--r-- | docs/roadmap.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/roadmap.txt b/docs/roadmap.txt index 8f175b9f..9bde4936 100644 --- a/docs/roadmap.txt +++ b/docs/roadmap.txt @@ -2,5 +2,9 @@ Roadmap ======= -Setuptools is primarily in maintenance mode. The project attempts to address -user issues, concerns, and feature requests in a timely fashion. +Setuptools has the following large-scale goals on the roadmap: + +- Harmonize declarative config with pyproject.toml syntax. +- 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. |