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"] +"*" = ["*.*"]