Updated pyproject.toml
Using setuptools>=45.0 due to version limitations with Py3.6
This commit is contained in:
parent
d80b949e26
commit
17109872cb
|
|
@ -1,5 +1,5 @@
|
|||
[build-system]
|
||||
requires = ["setuptools>=42.0", "wheel"]
|
||||
requires = ["setuptools>=45.0", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user