mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-21 23:04:49 +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"
|
||||
|
||||
[tool.maturin]
|
||||
features = ["python", "pyo3/extension-module"]
|
||||
features = ["py", "pyo3/extension-module"]
|
||||
manifest-path = "../../Cargo.toml"
|
||||
python-source = "src"
|
||||
|
||||
|
|
Loading…
Reference in a new issue