mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
keep distutils version in sync with python version automatically
This commit is contained in:
parent
9bd476ea57
commit
b03856ab66
1 changed files with 3 additions and 7 deletions
|
|
@ -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(' ')]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue