cpython/Lib/distutils
Thomas Heller 040d6d02b7 The new distutils features justify a new version number, imo.
If someone has other ideas for the numbering scheme, please change to
something else (1.1.0 ?).
2004-07-16 18:14:37 +00:00
..
command Recompiled after source file changes. 2004-07-14 15:22:05 +00:00
tests Make distutils "install --home" support all platforms. 2004-06-25 23:02:59 +00:00
README
__init__.py The new distutils features justify a new version number, imo. 2004-07-16 18:14:37 +00:00
archive_util.py
bcppcompiler.py
ccompiler.py
cmd.py fix typo 2004-06-18 21:28:28 +00:00
core.py
cygwinccompiler.py SF #877165: Give an info about what C++ compiler command should be 2004-06-05 18:37:53 +00:00
debug.py
dep_util.py
dir_util.py
dist.py Add support for package data. 2004-06-11 21:50:33 +00:00
emxccompiler.py
errors.py
extension.py
fancy_getopt.py
file_util.py
filelist.py
log.py
msvccompiler.py
mwerkscompiler.py
spawn.py
sysconfig.py Partial fix for #887242 (link extensions with dynamic_lookup in stead 2004-06-03 12:41:45 +00:00
text_file.py
unixccompiler.py
util.py
version.py

README

This directory contains only a subset of the Distutils, specifically
the Python modules in the 'distutils' and 'distutils.command'
packages.  This is all you need to distribute and install Python
modules using the Distutils.  There is also a separately packaged
standalone version of the Distutils available for people who want to
upgrade the Distutils without upgrading Python, available from the
Distutils web page:

    http://www.python.org/sigs/distutils-sig/

The standalone version includes all of the code in this directory,
plus documentation, test scripts, examples, etc.

The Distutils documentation is divided into two documents, "Installing
Python Modules", which explains how to install Python packages, and
"Distributing Python Modules", which explains how to write setup.py
files.  Both documents are part of the standard Python documentation
set, and are available from http://www.python.org/doc/current/ .

        Greg Ward (gward@python.net)

$Id$