Skip to content

Commit

Permalink
Update minimum setuptools_scm to version 7
Browse files Browse the repository at this point in the history
Drop the setuptools_scm_git_archive dependency, now obsolete.

See: https://bugzilla.redhat.com/show_bug.cgi?id=2240107
  • Loading branch information
musicinmybrain committed Apr 2, 2024
1 parent 0f4b5cd commit e605e7d
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 e605e7d

Please sign in to comment.