diff options
-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. |