Browse Source

formatting

pull/4/head
heck 5 years ago
parent
commit
533477bf64
  1. 9
      pyproject.toml

9
pyproject.toml

@ -1,5 +1,12 @@
[build-system]
requires = ["setuptools >=39.2.0", "setuptools_scm >= 4.1.2", "wheel >= 0.35.1"]
# 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",
"wheel >= 0.35.1" ]
build-backend = "setuptools.build_meta"
[tool.pytest.ini_options]

Loading…
Cancel
Save