Fix missing files in WASM build (#7168)

This commit is contained in:
myoualid
2025-09-28 11:30:23 +01:00
parent 0fe869c169
commit 0532ceb029
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -7,5 +7,5 @@ setup(name='ifcopenshell',
author_email='thomas@aecgeeks.com',
url='http://ifcopenshell.org',
packages=find_packages(),
package_data={'': ['*.so', '*.json']},
package_data={'': ['*.so', '*.json', '*.ifc']},
)