diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2018-11-11 12:43:19 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2018-11-11 12:43:19 -0500 |
commit | 73fcf86334a7f72e823d7f89672e99486eed28d3 (patch) | |
tree | 4db848c152919101d03bfd2f56f6646c7512ae2e | |
parent | 641183c8277136a8d82e0b50b059b4d65bba7f7d (diff) | |
download | python-setuptools-git-73fcf86334a7f72e823d7f89672e99486eed28d3.tar.gz |
Add another roadmap item about pkg_resources.
-rw-r--r-- | docs/roadmap.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/roadmap.txt b/docs/roadmap.txt index 62689283..8dc3862e 100644 --- a/docs/roadmap.txt +++ b/docs/roadmap.txt @@ -13,3 +13,5 @@ Setuptools has the following large-scale goals on the roadmap: - 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. |