diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-07-04 11:59:16 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-07-04 11:59:16 -0400 |
commit | 5e179ffca0a6ed5f3369139baaea61094df38524 (patch) | |
tree | 76e5d3728a09ee67775568b63c85926b33e4aeb6 | |
parent | 0f491dc2b4141a17475eec12b02d8f237d7f7918 (diff) | |
download | python-setuptools-git-5e179ffca0a6ed5f3369139baaea61094df38524.tar.gz |
Remove stale description of packaging.
-rw-r--r-- | docs/index.txt | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/docs/index.txt b/docs/index.txt index f3f65cb4..228f97c8 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -5,14 +5,7 @@ Documentation ============= Setuptools is a fully-featured, actively-maintained, and stable library -designed to facilitate packaging Python projects, where packaging includes: - - - Python package and module definitions - - Distribution package metadata - - Test hooks - - Project installation - - Platform-specific details - - Python 3 support +designed to facilitate packaging Python projects. Documentation content: |