add python feature

This commit is contained in:
James Turk 2023-03-26 19:32:12 -05:00
parent 16f2f78fe7
commit 2b059124eb
2 changed files with 4 additions and 1 deletions

View File

@ -24,3 +24,6 @@ smallvec = "1.10.0"
[dev-dependencies]
csv = "1.1"
[features]
python = []

View File

@ -13,5 +13,5 @@ classifiers = [
[tool.maturin]
features = ["pyo3/extension-module"]
features = ["pyo3/extension-module", "python"]
python-source = "python"