Skip to content

Commit

Permalink
Merge pull request #976 from alertlogic/pin-setuptools-scm
Browse files Browse the repository at this point in the history
Pin setuptools-scm to below version 8
  • Loading branch information
james-bellamy authored Oct 4, 2023
2 parents d469886 + a34f1ff commit 7f67991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4"]
requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4,<8"]

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

0 comments on commit 7f67991

Please sign in to comment.