blob: f1db3c6c4049ce2f02cdc5a449eefbd446f54556 [file] [log] [blame]
Greg Wardd759f5f2000-04-09 02:31:45 +00001This directory contains only a subset of the Distutils, specifically the
2Python modules in the 'distutils' and 'distutils.command' packages.
3Technically, this is all you need to distribute and install Python modules
4using the Distutils. Most people will want some documentation and other
5help, though. Currently, everything can be found at the Distutils web page:
6
7 http://www.python.org/sigs/distutils-sig/
8
9From there you can access the latest documentation, or download a standalone
10Distutils release that includes all the code in this directory, plus
11documentation, test scripts, examples, etc.
12
13The Distutils documentation isn't yet part of the standard Python
14documentation set, but will be soon.
15
16 Greg Ward (gward@python.net)
17
18$Id$