Skip to content

Commit 06e593b

Browse files
committed
reverting changes in setup. The bug is gone if first we do pip install -r requirements.txt
1 parent f1bc690 commit 06e593b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

setup.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
import setuptools
2-
3-
with open("velociraptor/__version__.py", "r") as v_file:
4-
__version__ = (
5-
v_file.readline().split("=")[-1].replace('"', "").replace("'", "").strip()
6-
)
2+
from velociraptor import __version__
73

84
with open("README.md", "r") as fh:
95
long_description = fh.read()

0 commit comments

Comments
 (0)