From 116ed85302ec01bfbb526e6203d1e2997db85aa9 Mon Sep 17 00:00:00 2001 From: Angel Dijoux Date: Mon, 30 Dec 2024 11:13:07 +0100 Subject: [PATCH] chore: fix maturin 1.8.0 build issue --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 47afa67..fb9466a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,3 +34,4 @@ aqora = "aqora_cli:main" module-name = "aqora_cli" strip = true features = ["extension-module"] +dynamic = ["version"]