Re-commit Ping's patch to the cgi and cgitb documentation, using the
[python/dscho.git] / Lib / distutils / __init__.py
blob1055aa39c104fd59fb428ee427595002e2951b02
1 """distutils
3 The main package for the Python Module Distribution 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.3"