diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2018-10-26 12:18:44 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2018-10-26 12:18:44 -0400 |
commit | 1fb56a315f92e09d930ab7c2c787adbaead64d76 (patch) | |
tree | de4b359b426a99b2bb6b170b35bed30b58bedb07 | |
parent | 8cdb68448e70d019ccaf25b2d66b1ecbf82494e5 (diff) | |
download | external_python_setuptools-1fb56a315f92e09d930ab7c2c787adbaead64d76.tar.gz external_python_setuptools-1fb56a315f92e09d930ab7c2c787adbaead64d76.tar.bz2 external_python_setuptools-1fb56a315f92e09d930ab7c2c787adbaead64d76.zip |
Update roadmap to expand scope of declarative config goals.
-rw-r--r-- | docs/roadmap.txt | 4 |
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. |