rest25/distutils/index.rst => rest262/distutils/index.rst
f1.. _distutils-index:
2
3###############################
4  Distributing Python Modules
5###############################
6
n7+:Authors: Greg Ward, Anthony Baxter
8+:Email: distutils-sig@python.org
7:Release: |version|
8:Date: |today|
9
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
t19+   :numbered:
17
18   introduction.rst
19   setupscript.rst
20   configfile.rst
21   sourcedist.rst
22   builtdist.rst
23   packageindex.rst
24   uploading.rst
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op