cpython/Lib/distutils
Fred Drake 4b49823edd make sure the default manifest generation includes files identified as
scripts
closes SF bug 796042
2004-03-25 22:04:52 +00:00
..
command make sure the default manifest generation includes files identified as 2004-03-25 22:04:52 +00:00
README
__init__.py
archive_util.py
bcppcompiler.py Compile the files in the same order they are passed to the compiler. 2003-12-05 20:12:23 +00:00
ccompiler.py Compile the files in the same order they are passed to the compiler. 2003-12-05 20:12:23 +00:00
cmd.py Replace backticks with repr() or "%r" 2004-02-12 17:35:32 +00:00
core.py Basic dependency checking. setup() has two new optional arguments 2004-03-22 22:22:05 +00:00
cygwinccompiler.py
debug.py
dep_util.py
dir_util.py Replace backticks with repr() or "%r" 2004-02-12 17:35:32 +00:00
dist.py Basic dependency checking. setup() has two new optional arguments 2004-03-22 22:22:05 +00:00
emxccompiler.py use same compiler switches as core for extensions 2003-12-02 12:17:59 +00:00
errors.py
extension.py
fancy_getopt.py Replace backticks with repr() or "%r" 2004-02-12 17:35:32 +00:00
file_util.py
filelist.py
log.py
msvccompiler.py Compile the files in the same order they are passed to the compiler. 2003-12-05 20:12:23 +00:00
mwerkscompiler.py
spawn.py Make _spawn_posix be ready for EINTR. waitpid(2) can be interrupted 2004-02-24 23:54:17 +00:00
sysconfig.py Patch #812378: Normalize white space. 2003-10-24 20:09:23 +00:00
text_file.py
unixccompiler.py Fixed indentation error. Closes bug #746953. 2003-06-01 19:27:40 +00:00
util.py Defer compilation of regular expressions until first use. 2004-03-25 14:58:19 +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$