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