pyo3/examples/word-count/.template/pyproject.toml

10 lines
198 B
TOML
Raw Normal View History

[build-system]
requires = ["setuptools>=41.0.0", "wheel", "setuptools_rust>=1.0.0"]
[project]
name = "{{project-name}}"
version = "0.1.0"
2022-01-22 23:15:36 +00:00
[tool.pytest.ini_options]
addopts = "--benchmark-disable"