We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5a58ae commit 495502bCopy full SHA for 495502b
1 file changed
pyproject.toml
@@ -1,6 +1,10 @@
1
-
2
[build-system]
3
-requires = ["setuptools>=61", "wheel"]
+requires = [
+"setuptools>=61",
4
+"wheel"
5
+"setuptools_scm[toml]>=8.0",
6
+]
7
+
8
build-backend = "setuptools.build_meta"
9
10
[tool.setuptools_scm]
@@ -27,8 +31,6 @@ classifiers = [
27
31
'Operating System :: OS Independent',
28
32
]
29
33
30
34
dependencies = [
35
'scipy>=1.7',
36
'numpy>=1.21',
@@ -64,4 +66,4 @@ Homepage = "https://github.com/CardiacModelling/pcpostprocess"
64
66
Source = "https://github.com/CardiacModelling/pcpostprocess"
65
67
68
[tool.isort]
-skip = ["_version.py"]
69
+skip = ["_version.py"]
0 commit comments