flat-tree/pyproject.toml

12 lines
174 B
TOML
Raw Normal View History

[build-system]
requires = [
2020-05-16 16:15:47 +00:00
"setuptools",
"setuptools-scm",
"wheel",
]
build-backend = "setuptools.build_meta"
[tool.black]
line-length = 80
2020-05-16 16:15:47 +00:00
target-version = ["py38"]