Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
Update build-system requirements for setuptools-scm to >= 7.0.0 (#198)
Browse files Browse the repository at this point in the history
pyproject.toml:
Update build-system requirements for setuptools-scm to >= 7.0.0, which
obsoletes setuptools-scm-git-archive.
Remove wheel, as it is not required in a PEP517 build environment
facilitating pypa/build and pypa/installer.
  • Loading branch information
dvzrv authored Dec 24, 2022
1 parent f837c29 commit fef0367
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
[build-system]
requires = [
"setuptools >= 42.0.0", # required by pyproject+setuptools_scm integration
"setuptools_scm[toml] >= 3.5.0", # required for "no-local-version" scheme
"setuptools_scm_git_archive >= 1.0",
"wheel",
"setuptools >= 45.0.0", # required by pyproject+setuptools_scm integration
"setuptools_scm[toml] >= 7.0.0", # required for "no-local-version" scheme
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit fef0367

Please sign in to comment.