Georg Brandl | 8ec7f65 | 2007-08-15 14:28:01 +0000 | [diff] [blame] | 1 | .. _distutils-index: |
| 2 | |
| 3 | ############################### |
| 4 | Distributing Python Modules |
| 5 | ############################### |
| 6 | |
| 7 | :Authors: Greg Ward, Anthony Baxter |
| 8 | :Email: distutils-sig@python.org |
Georg Brandl | 8ec7f65 | 2007-08-15 14:28:01 +0000 | [diff] [blame] | 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 |
Georg Brandl | a0eea59 | 2009-03-28 19:57:36 +0000 | [diff] [blame] | 17 | :numbered: |
Georg Brandl | 8ec7f65 | 2007-08-15 14:28:01 +0000 | [diff] [blame] | 18 | |
| 19 | introduction.rst |
| 20 | setupscript.rst |
| 21 | configfile.rst |
| 22 | sourcedist.rst |
| 23 | builtdist.rst |
| 24 | packageindex.rst |
Georg Brandl | 8ec7f65 | 2007-08-15 14:28:01 +0000 | [diff] [blame] | 25 | examples.rst |
| 26 | extending.rst |
| 27 | commandref.rst |
| 28 | apiref.rst |