summaryrefslogtreecommitdiff
path: root/docs/roadmap.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/roadmap.txt')
-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.