Cargo.toml: Add some additional python metadata.
parent
4c02d1762b
commit
c84c3ad403
|
@ -18,3 +18,7 @@ futures = "0.3.1"
|
||||||
[dependencies.pyo3]
|
[dependencies.pyo3]
|
||||||
version = "0.8.5"
|
version = "0.8.5"
|
||||||
features = ["extension-module"]
|
features = ["extension-module"]
|
||||||
|
|
||||||
|
[package.metadata.maturin]
|
||||||
|
requires-python = ">=3.7"
|
||||||
|
project-url = "https://github.com/tantivy-search/tantivy-py"
|
||||||
|
|
Loading…
Reference in New Issue