Mention Giampolo R's new FTP TLS support in the what's new file
[python.git] / Lib / distutils / __init__.py
blobe418214c481cc105e2c040ff51157e173bad40fb
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.6"
19 #--end constants--