From b4190876b04e6305e4257b0ac287ee6a6e3b1da2 Mon Sep 17 00:00:00 2001 From: Bruno Postle Date: Sat, 18 Jan 2025 19:16:50 +0000 Subject: [PATCH] Actually put ifcmerge in the linux ZIP installer --- src/bonsai/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bonsai/pyproject.toml b/src/bonsai/pyproject.toml index c27d5fe195..577b2f6de5 100644 --- a/src/bonsai/pyproject.toml +++ b/src/bonsai/pyproject.toml @@ -27,4 +27,4 @@ include = ["bonsai*"] exclude = ["test*"] [tool.setuptools.package-data] -"*" = ["*.*", "libs/desktop/bonsai"] +"*" = ["*.*", "libs/desktop/bonsai", "libs/bin/ifcmerge"]