Skip to content

Commit

Permalink
Merge pull request #80 from musicinmybrain/setuptools_scm-7
Browse files Browse the repository at this point in the history
Update minimum setuptools_scm to version 7
  • Loading branch information
arokem authored Apr 2, 2024
2 parents 0f4b5cd + e605e7d commit d5903f5
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.0", "wheel", "setuptools_scm[toml] >= 3.4", "setuptools_scm_git_archive"]
requires = ["setuptools >= 42.0", "wheel", "setuptools_scm[toml] >= 7"]
build-backend = "setuptools.build_meta:__legacy__"

[tool.setuptools_scm]
Expand Down

0 comments on commit d5903f5

Please sign in to comment.