mirror of
https://github.com/python/cpython.git
synced 2025-07-17 00:05:20 +00:00
remove __version__s dependent on subversion keyword expansion (closes #12221)
This commit is contained in:
parent
9e3e1c6e4e
commit
8c6f88efa2
13 changed files with 94 additions and 104 deletions
2
setup.py
2
setup.py
|
@ -1,8 +1,6 @@
|
|||
# Autodetecting setup.py script for building the Python extensions
|
||||
#
|
||||
|
||||
__version__ = "$Revision$"
|
||||
|
||||
import sys, os, imp, re, optparse
|
||||
from glob import glob
|
||||
import sysconfig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue