diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-07-24 21:32:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-24 21:32:10 -0400 |
commit | ba209a15247b9578d565b7491f88dc1142ba29e4 (patch) | |
tree | 0e2d01c034091eae25148f76d5a78b84c05fae16 /docs/index.txt | |
parent | 08f4ee0a37fa1a463ce30ee1240955c92921be18 (diff) | |
parent | bec11f03ab81da8af69909697925166793893e07 (diff) | |
download | external_python_setuptools-ba209a15247b9578d565b7491f88dc1142ba29e4.tar.gz external_python_setuptools-ba209a15247b9578d565b7491f88dc1142ba29e4.tar.bz2 external_python_setuptools-ba209a15247b9578d565b7491f88dc1142ba29e4.zip |
Merge pull request #2266 from pypa/docs/distutils-porting
Add docs on porting from distutils.
Diffstat (limited to 'docs/index.txt')
-rw-r--r-- | docs/index.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/index.txt b/docs/index.txt index fc111a99..5ee17eac 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -15,4 +15,5 @@ Documentation content: development roadmap Deprecated: Easy Install <easy_install> + distutils-legacy history |