Skip to content

Commit

Permalink
Update build-system requirements of setuptools-scm to >= 7.0.5
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dvzrv committed Nov 18, 2022
1 parent bb8697d commit efe1cd0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[build-system]
requires = [
# Essentials
"setuptools >= 42",
"setuptools >= 45",

# Plugins
"setuptools_scm[toml] >= 6.4, < 7",
"setuptools_scm_git_archive >= 1.1",
"setuptools_scm[toml] >=7.0.5",
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit efe1cd0

Please sign in to comment.