Skip to content

Commit 2875b30

Browse files
authored
chore: setuptools_scm is already integrated and does not need to be c… (#1)
* chore: setuptools_scm is already integrated and does not need to be called manually * chore: trigger workflow
1 parent bb7ab1c commit 2875b30

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

setup.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import numpy
44
from setuptools import Extension, setup
5-
from setuptools_scm import get_version
65

76

87
def read(rel_path: str) -> str:
@@ -13,11 +12,8 @@ def read(rel_path: str) -> str:
1312

1413
NUMPY_INCLUDE = numpy.get_include()
1514

16-
17-
VERSION = get_version(root=".", relative_to=__file__)
18-
15+
# delete setuptools_scm
1916
setup(
20-
version=VERSION,
2117
ext_modules=[
2218
Extension(
2319
"qlib.data._libs.rolling",

0 commit comments

Comments
 (0)