We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3d4847 commit 3d2dfdfCopy full SHA for 3d2dfdf
src/ifccityjson/pyproject.toml
@@ -27,5 +27,8 @@ Documentation = "https://docs.ifcopenshell.org"
27
Issues = "https://github.com/IfcOpenShell/IfcOpenShell/issues"
28
29
[tool.setuptools.packages.find]
30
-include = ["ifccityjson"]
+include = ["ifccityjson*"]
31
exclude = ["test*"]
32
+
33
+[tool.setuptools.package-data]
34
+"*" = ["*.*"]
0 commit comments