simple-message-channels/pyproject.toml

12 lines
174 B
TOML
Raw Normal View History

2020-06-29 23:53:17 +00:00
[build-system]
requires = [
"setuptools",
"setuptools-scm",
"wheel",
]
build-backend = "setuptools.build_meta"
[tool.black]
line-length = 80
target-version = ["py38"]