thsf.net/pyproject.toml

11 lines
179 B
TOML

[build-system]
requires = ["setuptools>=62",
"build",
"wheel"]
build-backend = "setuptools.build_meta"
[tool.pytest.ini_options]
pythonpath = [
"src"
]