Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
a5d6faaa0b53687b4e1080dab448ef01e29352cb
/
.
/
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"