Make the distutils version number the same as the python version. It

must be literally contained here, because it is still possible to
install this distutils in older Python versions.
This commit is contained in:
Thomas Heller 2004-07-23 19:47:32 +00:00
parent ee6fd06ecf
commit 6fa2474b20

View file

@ -12,4 +12,4 @@ used from a setup script as
__revision__ = "$Id$"
__version__ = "1.0.4"
__version__ = "2.4.0"