App Engine Python SDK version 1.9.9
[gae.git] / python / lib / distutils / distutils / __init__.py
blob6e5088552d54112ff29630d5a2439ac0ac26b883
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__ = "2.7.6"
19 #--end constants--