3 ###############################
4 Distributing Python Modules
5 ###############################
7 :Authors: Greg Ward, Anthony Baxter
8 :Email: distutils-sig@python.org
12 This document describes the Python Distribution Utilities ("Distutils") from
13 the module developer's point of view, describing how to use the Distutils to
14 make Python modules and extensions easily available to a wider audience with
15 very little overhead for build/release/install mechanics.