13 lines
220 B
TOML
13 lines
220 B
TOML
[build-system]
|
|
requires = [
|
|
"setuptools>=42",
|
|
"wheel"
|
|
]
|
|
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.black]
|
|
line-length = 100
|
|
target-version = ['py36', 'py37', 'py38', 'py39']
|
|
skip-string-normalization = true
|