From ec4bcb19f53367abe5f79948833cef6a793b9d36 Mon Sep 17 00:00:00 2001 From: j178 <10510431+j178@users.noreply.github.com> Date: Thu, 21 Nov 2024 22:01:48 +0800 Subject: [PATCH] Fix --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fb6e77d..b1b5d88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ build-backend = "maturin" [tool.maturin] bindings = "bin" include = [ - { path = "licenses/*", format = ["whell", "sdist"]} + { path = "licenses/*", format = ["wheel", "sdist"]} ] [tool.rooster]