cpython/Lib/distutils
Jack Jansen 4f82a513ca Pick up Makefile variable BASECFLAGS too. This is needed since OPT was
split into OPT and BASECFLAGS (Makefile.pre.in rev. 1.108), because
now there are essential CFLAGS in BASECFLAGS.
2003-02-10 14:02:33 +00:00
..
command patch #664131, fix config command on OSX and Linux 2003-02-03 11:43:54 +00:00
README
__init__.py
archive_util.py
bcppcompiler.py
ccompiler.py Bug #599248: strip directories when building Python. Out-of-tree builds should work again. 2002-12-29 17:00:57 +00:00
cmd.py
core.py Remove the recently-added get_distutil_options(), and just 2003-01-27 16:30:36 +00:00
cygwinccompiler.py
debug.py
dep_util.py
dir_util.py
dist.py [Patch #658094] PEP 301 implementation 2003-01-03 15:24:36 +00:00
emxccompiler.py
errors.py
extension.py Remove the recently-added get_distutil_options(), and just 2003-01-27 16:30:36 +00:00
fancy_getopt.py
file_util.py
filelist.py
log.py
msvccompiler.py Pass the preprocessor options also to the resource compiler 2003-01-31 20:40:15 +00:00
mwerkscompiler.py
spawn.py
sysconfig.py Pick up Makefile variable BASECFLAGS too. This is needed since OPT was 2003-02-10 14:02:33 +00:00
text_file.py
unixccompiler.py
util.py Translate spaces in the machine name to underscores 2003-01-06 13:28:12 +00:00
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$