Skip to content

Commit d4871c6

Browse files
committed
Unpin setuptools_scm and add version_file as well as write_to
1 parent 7f67991 commit d4871c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4,<8"]
2+
requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=8"]
33

44
[tool.setuptools_scm]
5-
write_to = "alsdkdefs/version.py"
5+
version_file = "alsdkdefs/version.py"

0 commit comments

Comments
 (0)