maestral/pyproject.toml
2020-11-19 17:33:08 +00:00

8 lines
169 B
TOML

[tool.black]
line-length = 88
target-version = ["py36", "py37", "py38"]
[build-system]
requires = ["setuptools>=41.0", "wheel"]
build-backend = "setuptools.build_meta"