Skip to content

Commit 495502b

Browse files
Include setuptools_scm dependency
1 parent f5a58ae commit 495502b

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
21
[build-system]
3-
requires = ["setuptools>=61", "wheel"]
2+
requires = [
3+
"setuptools>=61",
4+
"wheel"
5+
"setuptools_scm[toml]>=8.0",
6+
]
7+
48
build-backend = "setuptools.build_meta"
59

610
[tool.setuptools_scm]
@@ -27,8 +31,6 @@ classifiers = [
2731
'Operating System :: OS Independent',
2832
]
2933

30-
31-
3234
dependencies = [
3335
'scipy>=1.7',
3436
'numpy>=1.21',
@@ -64,4 +66,4 @@ Homepage = "https://github.com/CardiacModelling/pcpostprocess"
6466
Source = "https://github.com/CardiacModelling/pcpostprocess"
6567

6668
[tool.isort]
67-
skip = ["_version.py"]
69+
skip = ["_version.py"]

0 commit comments

Comments
 (0)