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