From 73fe5eb0232a7acb28f935025f64e5b25787dea6 Mon Sep 17 00:00:00 2001 From: cschen Date: Wed, 7 Aug 2024 00:21:50 +0200 Subject: [PATCH] python glue: small build config change --- dist/py/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/py/pyproject.toml b/dist/py/pyproject.toml index 0c1a541..f815e84 100644 --- a/dist/py/pyproject.toml +++ b/dist/py/pyproject.toml @@ -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"