From 40235ccd4b3aa224505b4eeb09dca35936688d28 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Fri, 25 Oct 2024 10:23:06 +0100 Subject: [PATCH] Added module name to tool.maturin in pyproject --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 4148620..1bc95dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,6 +31,7 @@ requires = ["maturin>=1.7,<2.0"] build-backend = "maturin" [tool.maturin] +module-name = "read_aconity_layers" features = ["pyo3/extension-module"] [tool.ruff]