tantivy-py/pyproject.toml

11 lines
164 B
TOML
Raw Normal View History

[build-system]
requires = ["maturin>=0.13,<0.14"]
2020-01-05 12:52:53 +00:00
build-backend = "maturin"
2022-01-17 12:57:34 +00:00
[project]
name = "tantivy"
requires-python = ">=3.7"
[tool.maturin]
bindings = "pyo3"