Replace Roadmap with milestones.

This commit is contained in:
Jason R. Coombs 2018-11-11 13:13:33 -05:00
parent 73fcf86334
commit 38f1e490b2
1 changed files with 3 additions and 13 deletions

View File

@ -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.