From f0077b9e2276d7adca6c91ff42b9edcbff55484f Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Wed, 17 Jul 2024 23:08:33 +1000 Subject: [PATCH] Fix ifcopenshell-python wheel packaging missing util schema json files --- src/ifcopenshell-python/pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ifcopenshell-python/pyproject.toml b/src/ifcopenshell-python/pyproject.toml index 76d5a588ba..73560d317b 100644 --- a/src/ifcopenshell-python/pyproject.toml +++ b/src/ifcopenshell-python/pyproject.toml @@ -39,5 +39,4 @@ where = ["dist"] include = ["ifcopenshell*"] [tool.setuptools.package-data] -ifcopenshell = ["*.pyd", "*.so", "*.json"] -"ifcopenshell.util" = ["*.json", "schema/*.ifc"] +"*" = ["*.*"]