Updated for hfsplus module, new gusi libs.
[python/dscho.git] / Lib / distutils / README
blobf1db3c6c4049ce2f02cdc5a449eefbd446f54556
1 This directory contains only a subset of the Distutils, specifically the
2 Python modules in the 'distutils' and 'distutils.command' packages.
3 Technically, this is all you need to distribute and install Python modules
4 using the Distutils.  Most people will want some documentation and other
5 help, though.  Currently, everything can be found at the Distutils web page:
7     http://www.python.org/sigs/distutils-sig/
9 From there you can access the latest documentation, or download a standalone
10 Distutils release that includes all the code in this directory, plus
11 documentation, test scripts, examples, etc.
13 The Distutils documentation isn't yet part of the standard Python
14 documentation set, but will be soon.
16         Greg Ward (gward@python.net)
18 $Id$