Update setuptools version to the one that support pyproject.toml
This commit is contained in:
parent
757778f5f6
commit
d1095426c1
|
@ -70,7 +70,7 @@ pytest = "pytest:console_main"
|
|||
[build-system]
|
||||
build-backend = "setuptools.build_meta"
|
||||
requires = [
|
||||
"setuptools>=45",
|
||||
"setuptools>=61",
|
||||
"setuptools-scm[toml]>=6.2.3",
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue