keep distutils version in sync with python version automatically
This commit is contained in:
parent
9bd476ea57
commit
b03856ab66
@ -8,10 +8,6 @@ used from a setup script as
|
|||||||
setup (...)
|
setup (...)
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# Distutils version
|
import sys
|
||||||
#
|
|
||||||
# Updated automatically by the Python release process.
|
__version__ = sys.version[:sys.version.index(' ')]
|
||||||
#
|
|
||||||
#--start constants--
|
|
||||||
__version__ = "3.2.6"
|
|
||||||
#--end constants--
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user