Merge pull request #10220 from bluetech/build-cleanups

Two minor cleanups in pyproject.toml and setup.cfg
This commit is contained in:
Ran Benita 2022-08-15 20:53:24 +03:00 committed by GitHub
commit bec2b8ee3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ requires = [
# sync with setup.py until we discard non-pep-517/518 # sync with setup.py until we discard non-pep-517/518
"setuptools>=45.0", "setuptools>=45.0",
"setuptools-scm[toml]>=6.2.3", "setuptools-scm[toml]>=6.2.3",
"wheel",
] ]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"