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

[tool.black]
line-length = 120