Skip to content

Commit

Permalink
Merge pull request #661 from coriollis-nico/master
Browse files Browse the repository at this point in the history
Remove setuptools_scm_git_archive from build requirements
  • Loading branch information
ZedThree authored Jul 31, 2024
2 parents ac5ed02 + a25a8f5 commit 51bf8de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[build-system]
requires = [
"setuptools >= 65",
"setuptools_scm[toml] >= 6.2",
"setuptools_scm_git_archive",
"setuptools_scm[toml] >= 7.0.0",
"wheel >= 0.29.0",
]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit 51bf8de

Please sign in to comment.