aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-11-11 12:43:19 -0500
committerJason R. Coombs <jaraco@jaraco.com>2018-11-11 12:43:19 -0500
commit73fcf86334a7f72e823d7f89672e99486eed28d3 (patch)
tree4db848c152919101d03bfd2f56f6646c7512ae2e /docs
parent641183c8277136a8d82e0b50b059b4d65bba7f7d (diff)
downloadexternal_python_setuptools-73fcf86334a7f72e823d7f89672e99486eed28d3.tar.gz
external_python_setuptools-73fcf86334a7f72e823d7f89672e99486eed28d3.tar.bz2
external_python_setuptools-73fcf86334a7f72e823d7f89672e99486eed28d3.zip
Add another roadmap item about pkg_resources.
Diffstat (limited to 'docs')
-rw-r--r--docs/roadmap.txt2
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.