From 1d339dc0cc7cc5137dfd04eed35688b6913154ad Mon Sep 17 00:00:00 2001 From: Pratyush Sharma <56130065+pratyush618@users.noreply.github.com> Date: Wed, 11 Mar 2026 16:08:52 +0530 Subject: [PATCH] fix: use taskito-python extension-module feature in maturin config --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3729ab4..c36e4f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ docs = ["zensical"] manifest-path = "crates/taskito-python/Cargo.toml" python-source = "py_src" module-name = "taskito._taskito" -features = ["pyo3/extension-module", "postgres", "redis"] +features = ["extension-module", "postgres", "redis"] [project.scripts] taskito = "taskito.cli:main"