We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1bc690 commit 06e593bCopy full SHA for 06e593b
setup.py
@@ -1,9 +1,5 @@
1
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
- )
+from velociraptor import __version__
7
8
with open("README.md", "r") as fh:
9
long_description = fh.read()
0 commit comments