mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-12 11:44:41 +00:00
more explicit about version file location
This commit is contained in:
parent
1a16e9a3ab
commit
305a54847c
@ -1,3 +1,4 @@
|
|||||||
# See setup.py about usage of VERSION.txt
|
# See setup.py about usage of VERSION.txt
|
||||||
with open('VERSION.txt') as f:
|
import os
|
||||||
|
with open(os.path.join(os.path.dirname(__file__), 'VERSION.txt')) as f:
|
||||||
__version__ = f.read().strip()
|
__version__ = f.read().strip()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user