We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb7ab1c commit 2875b30Copy full SHA for 2875b30
1 file changed
setup.py
@@ -2,7 +2,6 @@
2
3
import numpy
4
from setuptools import Extension, setup
5
-from setuptools_scm import get_version
6
7
8
def read(rel_path: str) -> str:
@@ -13,11 +12,8 @@ def read(rel_path: str) -> str:
13
12
14
NUMPY_INCLUDE = numpy.get_include()
15
16
-
17
-VERSION = get_version(root=".", relative_to=__file__)
18
+# delete setuptools_scm
19
setup(
20
- version=VERSION,
21
ext_modules=[
22
Extension(
23
"qlib.data._libs.rolling",
0 commit comments