1
0
Fork 0
mirror of https://gitee.com/fantix/kloop.git synced 2024-05-04 06:08:45 +00:00
kloop/pyproject.toml

8 lines
159 B
TOML
Raw Permalink Normal View History

2022-03-20 22:57:16 +00:00
[tool.black]
line-length = 79
target-version = ["py310"]
2022-03-19 21:20:40 +00:00
[build-system]
requires = ["setuptools>=42", "Cython>=0.29"]
build-backend = "setuptools.build_meta"