/Lib/distutils/README

http://unladen-swallow.googlecode.com/ · #! · 22 lines · 17 code · 5 blank · 0 comment · 0 complexity · baaf30828453d71b5a399fb728cc76c2 MD5 · raw file

  1. This directory contains only a subset of the Distutils, specifically
  2. 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:
  8. http://www.python.org/sigs/distutils-sig/
  9. The standalone version includes all of the code in this directory,
  10. plus documentation, test scripts, examples, etc.
  11. The Distutils documentation is divided into two documents, "Installing
  12. Python Modules", which explains how to install Python packages, and
  13. "Distributing Python Modules", which explains how to write setup.py
  14. files. Both documents are part of the standard Python documentation
  15. set, and are available from http://www.python.org/doc/current/ .
  16. Greg Ward (gward@python.net)
  17. $Id: README 29650 2002-11-13 13:26:59Z akuchling $