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

[tool.black]
line-length = 120