summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 21a01e2f474aa558313e53d9f7a175724bad6e9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[build-system]
requires = [
    "setuptools>=51",
    "wheel"
]

build-backend = "setuptools.build_meta"


[tool.pytest.ini_options]
minversion = "6.0"
testpaths = [
    "tests"
]