Skip to content

Commit efe1cd0

Browse files
committed
Update build-system requirements of setuptools-scm to >= 7.0.5
pyproject.toml: Increase the build-system requirements of setuptools-scm to >= 7.0.5, which obsoletes setuptools-scm-git-archive. Issues around the use of setuptools-scm as discussed in aio-libs#809 and pypa/setuptools-scm#745 have been fixed in pypa/setuptools-scm@b7c0d0d and relesed with https://github.com/pypa/setuptools_scm/releases/tag/v7.0.5
1 parent bb8697d commit efe1cd0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
[build-system]
22
requires = [
33
# Essentials
4-
"setuptools >= 42",
4+
"setuptools >= 45",
55

66
# Plugins
7-
"setuptools_scm[toml] >= 6.4, < 7",
8-
"setuptools_scm_git_archive >= 1.1",
7+
"setuptools_scm[toml] >=7.0.5",
98
]
109
build-backend = "setuptools.build_meta"
1110

0 commit comments

Comments
 (0)