10 lines
160 B
TOML
10 lines
160 B
TOML
|
[build-system]
|
||
|
requires = ["setuptools"]
|
||
|
build-backend = "setuptools.build_meta"
|
||
|
|
||
|
[tool.black]
|
||
|
line-length = 120
|
||
|
target-version = ["py38"]
|
||
|
include = '\.pyi?$'
|
||
|
|