10 lines
154 B
TOML
10 lines
154 B
TOML
[build-system]
|
|
requires = ["setuptools >= 40.9.0"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.black]
|
|
line-length = 79
|
|
|
|
[tool.isort]
|
|
profile = "black"
|