2007-08-15 11:28:01 -03:00
|
|
|
.. _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
|
2009-03-28 16:57:36 -03:00
|
|
|
:numbered:
|
2007-08-15 11:28:01 -03:00
|
|
|
|
|
|
|
introduction.rst
|
|
|
|
setupscript.rst
|
|
|
|
configfile.rst
|
|
|
|
sourcedist.rst
|
|
|
|
builtdist.rst
|
|
|
|
packageindex.rst
|
|
|
|
uploading.rst
|
|
|
|
examples.rst
|
|
|
|
extending.rst
|
|
|
|
commandref.rst
|
|
|
|
apiref.rst
|