Last change
on this file was 391, checked in by dmik, 11 years ago |
python: Merge vendor 2.7.6 to trunk.
|
-
Property svn:eol-style
set to
native
|
File size:
698 bytes
|
Rev | Line | |
---|
[2] | 1 | .. _distutils-index:
|
---|
| 2 |
|
---|
| 3 | ###############################
|
---|
| 4 | Distributing Python Modules
|
---|
| 5 | ###############################
|
---|
| 6 |
|
---|
| 7 | :Authors: Greg Ward, Anthony Baxter
|
---|
| 8 | :Email: distutils-sig@python.org
|
---|
| 9 |
|
---|
| 10 | This document describes the Python Distribution Utilities ("Distutils") from
|
---|
| 11 | the module developer's point of view, describing how to use the Distutils to
|
---|
| 12 | make Python modules and extensions easily available to a wider audience with
|
---|
| 13 | very little overhead for build/release/install mechanics.
|
---|
| 14 |
|
---|
| 15 | .. toctree::
|
---|
| 16 | :maxdepth: 2
|
---|
| 17 | :numbered:
|
---|
| 18 |
|
---|
| 19 | introduction.rst
|
---|
| 20 | setupscript.rst
|
---|
| 21 | configfile.rst
|
---|
| 22 | sourcedist.rst
|
---|
| 23 | builtdist.rst
|
---|
| 24 | packageindex.rst
|
---|
| 25 | examples.rst
|
---|
| 26 | extending.rst
|
---|
| 27 | commandref.rst
|
---|
| 28 | apiref.rst
|
---|
Note:
See
TracBrowser
for help on using the repository browser.