From 6b9dff0b2cac1fdb7a9d801fa15e933f661bcd90 Mon Sep 17 00:00:00 2001 From: Arjan Draisma Date: Fri, 4 Oct 2024 14:58:14 +0200 Subject: [PATCH] fix runnable --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 85a870ba..df5f112a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,6 +49,9 @@ dev = [ requires = ["hatchling"] build-backend = "hatchling.build" +[tool.hatch.build.targets.wheel.force-include] +# no idea why this is needed. I guess it decides the underscore is unnecessary +"big_scape" = "bigscape" [tool.hatch.envs.bigscape] type = "conda"