summaryrefslogtreecommitdiff
path: root/docs/userguide
diff options
context:
space:
mode:
authoralvyjudy <alvyjudy@gmail.com>2020-05-11 14:17:59 -0400
committeralvyjudy <alvyjudy@gmail.com>2020-05-11 14:17:59 -0400
commit7008a98cdcc359be75b1850db7c8f67270435328 (patch)
tree475db66866146cdcacf9453afe911520bcc46de7 /docs/userguide
parent28a1b18a047de2e81712c55e3d81cc3f2c0c54f9 (diff)
downloadpython-setuptools-git-7008a98cdcc359be75b1850db7c8f67270435328.tar.gz
docs: update userguide index
Diffstat (limited to 'docs/userguide')
-rw-r--r--docs/userguide/index.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/userguide/index.txt b/docs/userguide/index.txt
index e69de29b..caaaa1d0 100644
--- a/docs/userguide/index.txt
+++ b/docs/userguide/index.txt
@@ -0,0 +1,17 @@
+==================================================
+Building and Distributing Packages with Setuptools
+==================================================
+
+``Setuptools`` is a collection of enhancements to the Python ``distutils``
+that allow developers to more easily build and
+distribute Python packages, especially ones that have dependencies on other
+packages.
+
+Packages built and distributed using ``setuptools`` look to the user like
+ordinary Python packages based on the ``distutils``.
+
+.. toctree::
+ :maxdepth: 1
+
+ Quickstart <quickstart>
+ keyword reference <keywords> \ No newline at end of file