Skip to content

Commit 7f67991

Browse files
Merge pull request #976 from alertlogic/pin-setuptools-scm
Pin setuptools-scm to below version 8
2 parents d469886 + a34f1ff commit 7f67991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
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"]
2+
requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4,<8"]
33

44
[tool.setuptools_scm]
55
write_to = "alsdkdefs/version.py"

0 commit comments

Comments
 (0)