From cc6cf24bd05f5b531b7c8522aae022a9d1500e0c Mon Sep 17 00:00:00 2001 From: Karel Kral Date: Mon, 23 Sep 2024 12:33:28 +0000 Subject: [PATCH] python-source is a path --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 88914109..ad22db1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["maturin>=1.7,<2.0"] build-backend = "maturin" [tool.maturin] -python-source = ["src"] +python-source = "src" module-name = "sedpack" manifest-path = "rust/Cargo.toml" features = ["pyo3/extension-module"]