Skip to content
Snippets Groups Projects
pyproject.toml 200 B
[build-system]
requires = [
    "cmake",
    "oldest-supported-numpy",
    "setuptools",
    "wheel",
]
build-backend = "setuptools.build_meta"

[tool.pytest.ini_options]
testpaths = ["python/tests"]