7 lines
135 B
TOML
7 lines
135 B
TOML
|
[build-system]
|
||
|
requires = ["maturin>=0.12,<0.13"]
|
||
|
build-backend = "maturin"
|
||
|
|
||
|
[tool.pytest.ini_options]
|
||
|
addopts = "--benchmark-disable"
|