mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-16 21:42:19 +00:00
Fix ifcopenshell-python wheel packaging missing util schema json files
This commit is contained in:
@@ -39,5 +39,4 @@ where = ["dist"]
|
|||||||
include = ["ifcopenshell*"]
|
include = ["ifcopenshell*"]
|
||||||
|
|
||||||
[tool.setuptools.package-data]
|
[tool.setuptools.package-data]
|
||||||
ifcopenshell = ["*.pyd", "*.so", "*.json"]
|
"*" = ["*.*"]
|
||||||
"ifcopenshell.util" = ["*.json", "schema/*.ifc"]
|
|
||||||
|
|||||||
Reference in New Issue
Block a user