Browse Source

Build: pyproject.toml - removed seems to breal wheel build, i dont know

Release_2.1
heck 3 years ago
parent
commit
e2040fdc66
  1. 18
      pyproject.toml

18
pyproject.toml

@ -1,18 +0,0 @@
[build-system]
# Preparing for PEP-517/PEP-518, but not in effect yet.
# These requires are not effective yet, setup.cfg is.
requires =[
"setuptools >=39.2.0",
"setuptools_scm >= 4.1.2",
]
build-backend = "setuptools.build_meta"
[tool.pytest.ini_options]
minversion = "6.0"
addopts = "-rP --forked"
testpaths = [
"tests",
]
Loading…
Cancel
Save