3.1.3 final version bump
[python/dscho.git] / Lib / distutils / __init__.py
blob6f55f016a2db6f3c235a73be2f3bc2a1785b0f10
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 # Distutils version
15 # Updated automatically by the Python release process.
17 #--start constants--
18 __version__ = "3.1.3"
19 #--end constants--