maestral/pyproject.toml
2022-11-28 18:53:02 +01:00

8 lines
187 B
TOML

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