blob: 45c7ca8ca9c418612b0997a83218df784942191c [file] [log] [blame]
Andrew M. Kuchling85571562002-11-13 13:26:59 +00001This directory contains only a subset of the Distutils, specifically
2the Python modules in the 'distutils' and 'distutils.command'
3packages. This is all you need to distribute and install Python
4modules using the Distutils. There is also a separately packaged
5standalone version of the Distutils available for people who want to
6upgrade the Distutils without upgrading Python, available from the
7Distutils web page:
Greg Wardd759f5f2000-04-09 02:31:45 +00008
9 http://www.python.org/sigs/distutils-sig/
10
Andrew M. Kuchling85571562002-11-13 13:26:59 +000011The standalone version includes all of the code in this directory,
12plus documentation, test scripts, examples, etc.
Greg Wardd759f5f2000-04-09 02:31:45 +000013
Andrew M. Kuchling85571562002-11-13 13:26:59 +000014The Distutils documentation is divided into two documents, "Installing
15Python Modules", which explains how to install Python packages, and
16"Distributing Python Modules", which explains how to write setup.py
17files. Both documents are part of the standard Python documentation
18set, and are available from http://www.python.org/doc/current/ .
Greg Wardd759f5f2000-04-09 02:31:45 +000019
20 Greg Ward (gward@python.net)
21
22$Id$