blob: 1173069fcfefbbe243326a2b3762e54277aed864 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[build-system]
requires = [
"setuptools>=51",
"wheel"
]
build-backend = "setuptools.build_meta"
[tool.pytest.ini_options]
minversion = "6.0"
addopts = "-s"
testpaths = [
"tests"
]
|