blob: ebb48f3377d9232f1ce2a6a9cdf0d179fae65c69 [file] [log] [blame]
Georg Brandl116aa622007-08-15 14:28:22 +00001.. _distutils-index:
2
3###############################
4 Distributing Python Modules
5###############################
6
7:Authors: Greg Ward, Anthony Baxter
8:Email: distutils-sig@python.org
Georg Brandl116aa622007-08-15 14:28:22 +00009
10This document describes the Python Distribution Utilities ("Distutils") from
11the module developer's point of view, describing how to use the Distutils to
12make Python modules and extensions easily available to a wider audience with
13very little overhead for build/release/install mechanics.
14
15.. toctree::
16 :maxdepth: 2
Benjamin Peterson5879d412009-03-30 14:51:56 +000017 :numbered:
Georg Brandl116aa622007-08-15 14:28:22 +000018
19 introduction.rst
20 setupscript.rst
21 configfile.rst
22 sourcedist.rst
23 builtdist.rst
24 packageindex.rst
25 uploading.rst
26 examples.rst
27 extending.rst
28 commandref.rst
29 apiref.rst