Skip to content

Commit

Permalink
Unpin setuptools_scm and use version_file instead of write_to
Browse files Browse the repository at this point in the history
  • Loading branch information
james-bellamy committed Oct 4, 2023
1 parent 7f67991 commit 0b0fc28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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,<8"]
requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=8"]

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

0 comments on commit 0b0fc28

Please sign in to comment.