Fix ifccityjson wheel

This commit is contained in:
Dion Moult
2024-07-17 21:29:21 +10:00
parent c3d4847b29
commit 3d2dfdf9cb
+4 -1
View File
@@ -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]
"*" = ["*.*"]