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

build-backend = "setuptools.build_meta"


[tool.pytest.ini_options]
minversion = "7.0"
testpaths = [
    "test"
]
pythonpath = [
  "src"
]