Skip to content

Commit

Permalink
Add python flag within maturin
Browse files Browse the repository at this point in the history
  • Loading branch information
haixuanTao committed Nov 11, 2024
1 parent e0afd26 commit b1a125d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binaries/cli/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ scripts = { "dora" = "dora_cli:py_main" }


[tool.maturin]
features = ["pyo3/extension-module"]
features = ["python", "pyo3/extension-module"]

0 comments on commit b1a125d

Please sign in to comment.