Changeset 391 for python/trunk/Lib/distutils/README
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Lib/distutils/README
r2 r391 1 This directory contains only a subset of the Distutils, specifically2 the Python modules in the 'distutils' and 'distutils.command' 3 packages. This is all you need to distribute and install Python 4 modules using the Distutils. There is also a separately packaged 5 standalone version of the Distutils available for people who want to 6 upgrade the Distutils without upgrading Python, available from the 7 Distutils web page:1 This directory contains the Distutils package. 2 3 There's a full documentation available at: 4 5 http://docs.python.org/distutils/ 6 7 The Distutils-SIG web page is also a good starting point: 8 8 9 9 http://www.python.org/sigs/distutils-sig/ 10 10 11 The standalone version includes all of the code in this directory, 12 plus documentation, test scripts, examples, etc. 11 WARNING : Distutils must remain compatible with 2.3 13 12 14 The Distutils documentation is divided into two documents, "Installing 15 Python Modules", which explains how to install Python packages, and 16 "Distributing Python Modules", which explains how to write setup.py 17 files. Both documents are part of the standard Python documentation 18 set, and are available from http://www.python.org/doc/current/ . 19 20 Greg Ward (gward@python.net) 21 22 $Id: README 29650 2002-11-13 13:26:59Z akuchling $ 13 $Id$
Note:
See TracChangeset
for help on using the changeset viewer.