8 lines
139 B
TOML
8 lines
139 B
TOML
[build-system]
|
|
requires = ["flit_core >=2,<4"]
|
|
build-backend = "flit_core.buildapi"
|
|
requires-python = ">=3"
|
|
|
|
[tool.black]
|
|
line-length = 99
|