aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/roadmap.txt16
1 files changed, 3 insertions, 13 deletions
diff --git a/docs/roadmap.txt b/docs/roadmap.txt
index 8dc3862e..147288f3 100644
--- a/docs/roadmap.txt
+++ b/docs/roadmap.txt
@@ -2,16 +2,6 @@
Roadmap
=======
-Setuptools has the following large-scale goals on the roadmap:
-
-- 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.
-- Provide essential interfaces for installers such as pip to
- support creation of "editable" installs without invoking
- easy_install or creating egg-info.
-- Deprecate pkg_resources in favor of other third-party and
- stdlib libraries.
+Setuptools maintains a series of `milestones
+<https://github.com/pypa/setuptools/milestones>`_ to track
+a roadmap of large-scale goals.