Skip to content

Commit

Permalink
Update build-system.requires
Browse files Browse the repository at this point in the history
These are the recommended packages from the setuptools_scm docs.
  • Loading branch information
lpsinger committed Sep 3, 2024
1 parent d96c4e4 commit b06bd92
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>=64", "setuptools_scm>=8"]

[tool.setuptools_scm]
write_to = "gcn/_version.py"

0 comments on commit b06bd92

Please sign in to comment.