mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 15:24:48 +01:00
ci(py): fix feature flag
This commit is contained in:
parent
443441435b
commit
9929215a37
1 changed files with 1 additions and 1 deletions
2
dist/py/pyproject.toml
vendored
2
dist/py/pyproject.toml
vendored
|
@ -28,7 +28,7 @@ requires = ["maturin>=1.0,<2.0"]
|
||||||
build-backend = "maturin"
|
build-backend = "maturin"
|
||||||
|
|
||||||
[tool.maturin]
|
[tool.maturin]
|
||||||
features = ["python", "pyo3/extension-module"]
|
features = ["py", "pyo3/extension-module"]
|
||||||
manifest-path = "../../Cargo.toml"
|
manifest-path = "../../Cargo.toml"
|
||||||
python-source = "src"
|
python-source = "src"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue