pyproject.toml 248 Bytes
Newer Older
mashun1's avatar
veros  
mashun1 committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[tool.black]
line-length = 120
target-version = ['py37', 'py38', 'py39', 'py310']


[tool.pytest.ini_options]
testpaths = [
    "test",
]


[build-system]
requires = ["setuptools>=65.0.0", "wheel", "cython"]
build-backend = "setuptools.build_meta"