diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2018-11-11 13:13:33 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2018-11-11 13:13:33 -0500 |
commit | 38f1e490b230da4bff3e2db9857faf7f7223c760 (patch) | |
tree | 9154420e6d6c88ae4cc186aa2d5d1f090be58b1d | |
parent | 73fcf86334a7f72e823d7f89672e99486eed28d3 (diff) | |
download | python-setuptools-git-38f1e490b230da4bff3e2db9857faf7f7223c760.tar.gz |
Replace Roadmap with milestones.
-rw-r--r-- | docs/roadmap.txt | 16 |
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. |