We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92dba7d commit 82f50c3Copy full SHA for 82f50c3
pyproject.toml
@@ -55,4 +55,4 @@ dev = [
55
56
[tool.maturin]
57
# "extension-module" tells pyo3 we want to build an extension module (skips linking against libpython.so)
58
-features = ["pyo3/extension-module"]
+features = ["pyo3/extension-module", "pyo3/generate-import-lib"]
0 commit comments