Files
cibuildwheel/pyproject.toml
T

13 lines
212 B
TOML
Raw Normal View History

2020-12-23 16:31:42 -05:00
[build-system]
requires = [
"setuptools>=42",
"wheel"
]
build-backend = "setuptools.build_meta"
[tool.black]
line-length = 120
target-version = ['py36', 'py37', 'py38']
skip-string-normalization = true