9 lines
108 B
TOML
9 lines
108 B
TOML
|
[build-system]
|
||
|
requires = [
|
||
|
"setuptools",
|
||
|
"wheel",
|
||
|
]
|
||
|
|
||
|
[tool.black]
|
||
|
skip-string-normalization = true
|