mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 07:14:50 +01:00
python glue: small build config change
This commit is contained in:
parent
7d90793467
commit
73fe5eb023
1 changed files with 1 additions and 1 deletions
2
dist/py/pyproject.toml
vendored
2
dist/py/pyproject.toml
vendored
|
@ -25,6 +25,6 @@ requires = ["maturin>=1.0,<2.0"]
|
|||
build-backend = "maturin"
|
||||
|
||||
[tool.maturin]
|
||||
features = ["python"]
|
||||
features = ["python", "pyo3/extension-module"]
|
||||
manifest-path = "../../Cargo.toml"
|
||||
|
||||
|
|
Loading…
Reference in a new issue