Require setuptools >=42

This commit is contained in:
Bruno Oliveira 2020-07-31 18:17:12 -03:00 committed by GitHub
parent 09265eb7c7
commit 4f0793a462
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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