11 lines
179 B
TOML
11 lines
179 B
TOML
|
[build-system]
|
||
|
requires = ["setuptools>=62",
|
||
|
"build",
|
||
|
"wheel"]
|
||
|
build-backend = "setuptools.build_meta"
|
||
|
|
||
|
[tool.pytest.ini_options]
|
||
|
pythonpath = [
|
||
|
"src"
|
||
|
]
|