aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
blob: db9975c127032fb43b9e7b3966d998b085147436 (plain)
1
2
3
4
5
6
7
8
9
10
[build-system]
requires = [
    "pyTooling >= 2.13.0",
    "setuptools >= 62.3.3",
    "wheel >= 0.38.1"
]
build-backend = "setuptools.build_meta"

[tool.black]
line-length = 120