summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: b3193b916778b30db2ab94dd4da30ef5041ed65a (plain)
1
2
3
4
5
6
7
[build-system]
build-backend = 'setuptools.build_meta'
requires = ['setuptools >= 47', 'wheel']

[tool.black]
line-length = 79
target-version = ['py37']