add python feature
This commit is contained in:
parent
16f2f78fe7
commit
2b059124eb
|
@ -24,3 +24,6 @@ smallvec = "1.10.0"
|
|||
|
||||
[dev-dependencies]
|
||||
csv = "1.1"
|
||||
|
||||
[features]
|
||||
python = []
|
|
@ -13,5 +13,5 @@ classifiers = [
|
|||
|
||||
|
||||
[tool.maturin]
|
||||
features = ["pyo3/extension-module"]
|
||||
features = ["pyo3/extension-module", "python"]
|
||||
python-source = "python"
|
||||
|
|
Loading…
Reference in New Issue