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:
parent
ee6fd06ecf
commit
6fa2474b20
|
@ -12,4 +12,4 @@ used from a setup script as
|
|||
|
||||
__revision__ = "$Id$"
|
||||
|
||||
__version__ = "1.0.4"
|
||||
__version__ = "2.4.0"
|
||||
|
|
Loading…
Reference in New Issue