Skip to content

Commit

Permalink
Unpin setuptools_scm and add version_file as well as 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 15c7701
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[build-system]
requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4,<8"]
requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4"]

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

0 comments on commit 15c7701

Please sign in to comment.