aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-06-14 08:30:15 -0400
committerJason R. Coombs <jaraco@jaraco.com>2018-06-14 08:30:15 -0400
commitc13fcfd43f5ce16a2fb4930622293395a494004f (patch)
tree273f62f2171320a992db9eb6cb1f0da56d0281dd
parent6894478f878b4b579ae8a40e81fa002ad31f63b9 (diff)
downloadexternal_python_setuptools-c13fcfd43f5ce16a2fb4930622293395a494004f.tar.gz
external_python_setuptools-c13fcfd43f5ce16a2fb4930622293395a494004f.tar.bz2
external_python_setuptools-c13fcfd43f5ce16a2fb4930622293395a494004f.zip
Update roadmap
-rw-r--r--docs/roadmap.txt8
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.