Commit b03856ab authored by Benjamin Peterson's avatar Benjamin Peterson

keep distutils version in sync with python version automatically

parent 9bd476ea
......@@ -8,10 +8,6 @@ used from a setup script as
setup (...)
"""
# Distutils version
#
# Updated automatically by the Python release process.
#
#--start constants--
__version__ = "3.2.6"
#--end constants--
import sys
__version__ = sys.version[:sys.version.index(' ')]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment