blrec/pyproject.toml
acgnhik 5ebeb38b69 release: 1.7.0
close #42
2022-05-06 13:44:44 +08:00

17 lines
328 B
TOML

[build-system]
requires = [
"setuptools >= 57.0.0, < 58.0.0",
"wheel >= 0.37, < 0.38.0",
]
build-backend = "setuptools.build_meta"
[tool.black]
line-length = 88
target-version = ['py38']
include = '\.py$'
skip-string-normalization = true
skip-magic-trailing-comma = true
[tool.isort]
profile = 'black'