mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 08:25:35 +00:00
setup: attempt to invoke make-version.py whenever setup.py is evaluated
This commit is contained in:
parent
c77ac28685
commit
2ff4f30e64
5
setup.py
5
setup.py
@ -65,6 +65,11 @@ trove_classifiers=[
|
|||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
try:
|
||||||
|
import os
|
||||||
|
os.system("python misc/make-version.py \"allmydata-tahoe\" \"src/allmydata/_version.py\"")
|
||||||
|
except Exception, le:
|
||||||
|
pass
|
||||||
VERSIONFILE = "src/allmydata/_version.py"
|
VERSIONFILE = "src/allmydata/_version.py"
|
||||||
verstr = "unknown"
|
verstr = "unknown"
|
||||||
if os.path.exists(VERSIONFILE):
|
if os.path.exists(VERSIONFILE):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user