Skip to content

Commit 2b30704

Browse files
omrisarig13haraldh
authored andcommitted
package: Drop setuptools_scm_git_archive requirement
The tool of setuptools_scm_git_archive is deprecated. The logic of this package was introduced directly to the setuptools_scm package, since version 7.0.0 of this package. This commit removes the unnecessary requirement to have setuptools_scm_git_archive, and instead, ensures that the setuptools_scm version used is recent enough.
1 parent 912fc3e commit 2b30704

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[build-system]
22
requires = [
33
"setuptools >= 48",
4-
"setuptools_scm[toml]",
5-
"setuptools_scm_git_archive",
4+
"setuptools_scm[toml] >= 7.0.0",
65
"wheel >= 0.29.0",
76
]
87
build-backend = 'setuptools.build_meta'

0 commit comments

Comments
 (0)