Cargo.toml: Add some additional python metadata.

master
Damir Jelić 2020-01-05 16:49:23 +01:00
parent 4c02d1762b
commit c84c3ad403
1 changed files with 4 additions and 0 deletions

View File

@ -18,3 +18,7 @@ futures = "0.3.1"
[dependencies.pyo3]
version = "0.8.5"
features = ["extension-module"]
[package.metadata.maturin]
requires-python = ">=3.7"
project-url = "https://github.com/tantivy-search/tantivy-py"