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"