blob: 1cd5f3c5dc6e2175b8e142b2d184c5142afccf54 [file] [log] [blame]
Georg Brandl8ec7f652007-08-15 14:28:01 +00001.. _distutils-index:
2
3###############################
4 Distributing Python Modules
5###############################
6
7:Authors: Greg Ward, Anthony Baxter
8:Email: distutils-sig@python.org
Georg Brandl8ec7f652007-08-15 14:28:01 +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
Georg Brandla0eea592009-03-28 19:57:36 +000017 :numbered:
Georg Brandl8ec7f652007-08-15 14:28:01 +000018
19 introduction.rst
20 setupscript.rst
21 configfile.rst
22 sourcedist.rst
23 builtdist.rst
24 packageindex.rst
Georg Brandl8ec7f652007-08-15 14:28:01 +000025 examples.rst
26 extending.rst
27 commandref.rst
28 apiref.rst