maestral/pyproject.toml
2021-11-15 18:53:14 +01:00

8 lines
177 B
TOML

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