| distutils (version 2.5.1) | index /astro-wise/AWEHOME/x86_64/local/lib/python2.5/distutils/__init__.py Module Docs |
distutils
The main package for the Python Module Distribution Utilities. Normally
used from a setup script as
from distutils.core import setup
setup (...)
| Data | ||
| __revision__ = '$Id: __init__.py 54641 2007-03-31 21:02:43Z marc-andre.lemburg $' __version__ = '2.5.1' | ||