Updated for 2.1b2 distribution.
[python/dscho.git] / Lib / distutils / __init__.py
blobbd9761cc25e7ca13a64f3e4eb55c0dcd6690e299
1 """distutils
3 The main package for the Python Module Distribtion Utilities. Normally
4 used from a setup script as
6 from distutils.core import setup
8 setup (...)
9 """
11 __revision__ = "$Id$"
13 __version__ = "1.0.2pre"