10 lines
198 B
TOML
10 lines
198 B
TOML
[build-system]
|
|
requires = ["setuptools>=41.0.0", "wheel", "setuptools_rust>=1.0.0"]
|
|
|
|
[project]
|
|
name = "{{project-name}}"
|
|
version = "0.1.0"
|
|
|
|
[tool.pytest.ini_options]
|
|
addopts = "--benchmark-disable"
|