aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/roadmap.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/roadmap.txt b/docs/roadmap.txt
index 9bde4936..d5a127e8 100644
--- a/docs/roadmap.txt
+++ b/docs/roadmap.txt
@@ -4,7 +4,9 @@ Roadmap
Setuptools has the following large-scale goals on the roadmap:
-- Harmonize declarative config with pyproject.toml syntax.
+- Mature declarative config to supersede imperative config in
+ all supported use-cases and harmonize 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.