hypercore-crypto/pyproject.toml

12 lines
174 B
TOML
Raw Normal View History

2019-08-07 06:31:30 +00:00
[build-system]
requires = [
"setuptools",
"setuptools-scm",
"wheel",
2019-08-07 06:31:30 +00:00
]
build-backend = "setuptools.build_meta"
2019-08-07 06:31:30 +00:00
[tool.black]
line-length = 80
target-version = ["py38"]