Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
2167a09dd8d52bbdea5d0b49efdac3ffadc4c9ea
/
.
/
Lib
/
distutils
/
__init__.py
blob: 16d387a46a525c715961e6fae5f37d772b37d439 [
file
]
"""distutils
The main package for the Python Module Distribtion Utilities. Normally
used from a setup script as
from distutils.core import setup
setup (...)
"""
__revision__
=
"$Id$"
__version__
=
"1.0.2"