pyo3/examples/word-count/.template/pyproject.toml
2022-01-23 08:41:39 +00:00

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"