diff options
Diffstat (limited to 'Doc/distutils/index.rst')
-rw-r--r-- | Doc/distutils/index.rst | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Doc/distutils/index.rst b/Doc/distutils/index.rst new file mode 100644 index 0000000..6d82c84 --- /dev/null +++ b/Doc/distutils/index.rst @@ -0,0 +1,30 @@ +.. _distutils-index: + +############################### + Distributing Python Modules +############################### + +:Authors: Greg Ward, Anthony Baxter +:Email: distutils-sig@python.org +:Release: |version| +:Date: |today| + +This document describes the Python Distribution Utilities ("Distutils") from +the module developer's point of view, describing how to use the Distutils to +make Python modules and extensions easily available to a wider audience with +very little overhead for build/release/install mechanics. + +.. toctree:: + :maxdepth: 2 + + introduction.rst + setupscript.rst + configfile.rst + sourcedist.rst + builtdist.rst + packageindex.rst + uploading.rst + examples.rst + extending.rst + commandref.rst + apiref.rst |