1
0
Fork 0
mirror of https://gitee.com/fantix/kloop.git synced 2024-04-24 17:28:47 +00:00
kloop/pyproject.toml
2022-03-20 19:07:05 -04:00

8 lines
159 B
TOML

[tool.black]
line-length = 79
target-version = ["py310"]
[build-system]
requires = ["setuptools>=42", "Cython>=0.29"]
build-backend = "setuptools.build_meta"