Try this maybe?

This commit is contained in:
Anthony Sottile 2020-07-31 21:44:44 -07:00 committed by GitHub
parent 4f0793a462
commit d5a49100cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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