From 3d2dfdf9cbd983b42edcb3b9aecec058d696d511 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Wed, 17 Jul 2024 21:29:21 +1000 Subject: [PATCH] Fix ifccityjson wheel --- src/ifccityjson/pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/ifccityjson/pyproject.toml b/src/ifccityjson/pyproject.toml index f60afc3d35..050d0c5059 100644 --- a/src/ifccityjson/pyproject.toml +++ b/src/ifccityjson/pyproject.toml @@ -27,5 +27,8 @@ Documentation = "https://docs.ifcopenshell.org" Issues = "https://github.com/IfcOpenShell/IfcOpenShell/issues" [tool.setuptools.packages.find] -include = ["ifccityjson"] +include = ["ifccityjson*"] exclude = ["test*"] + +[tool.setuptools.package-data] +"*" = ["*.*"]