Skip to content

Commit b1ca471

Browse files
committed
MNT: Update setuptools_scm dependencies to include git archive support
1 parent 321c074 commit b1ca471

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[build-system]
2-
requires = ["setuptools >= 42.0", "wheel", "setuptools_scm[toml] >= 3.4", "setuptools_scm_git_archive"]
2+
requires = ["setuptools >= 45", "setuptools_scm[toml]>=6.2"]
3+
build-backend = "setuptools.build_meta"
34

45
[tool.setuptools_scm]
56
write_to = "nitransforms/_version.py"

0 commit comments

Comments
 (0)