aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.template/pyproject.toml
blob: 8aa3c9553b8a9b4cde16000cd6a6956768f3240b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[build-system]
requires = ["maturin>=1,<2"]
build-backend = "maturin"

[project]
name = "{{project-name}}"
version = "0.1.0"

[project.optional-dependencies]
dev = ["pytest"]

[tool.pytest.ini_options]
addopts = "--benchmark-disable"