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