Skip to content

Commit 3d2dfdf

Browse files
committed
Fix ifccityjson wheel
1 parent c3d4847 commit 3d2dfdf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/ifccityjson/pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,8 @@ Documentation = "https://docs.ifcopenshell.org"
2727
Issues = "https://github.com/IfcOpenShell/IfcOpenShell/issues"
2828

2929
[tool.setuptools.packages.find]
30-
include = ["ifccityjson"]
30+
include = ["ifccityjson*"]
3131
exclude = ["test*"]
32+
33+
[tool.setuptools.package-data]
34+
"*" = ["*.*"]

0 commit comments

Comments
 (0)