Fix ifcopenshell-python wheel packaging missing util schema json files

This commit is contained in:
Dion Moult
2024-07-17 23:08:33 +10:00
parent 71aa30a25f
commit f0077b9e22
+1 -2
View File
@@ -39,5 +39,4 @@ where = ["dist"]
include = ["ifcopenshell*"]
[tool.setuptools.package-data]
ifcopenshell = ["*.pyd", "*.so", "*.json"]
"ifcopenshell.util" = ["*.json", "schema/*.ifc"]
"*" = ["*.*"]