Skip to content

Commit 0532ceb

Browse files
committed
Fix missing files in WASM build (#7168)
1 parent 0fe869c commit 0532ceb

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pyodide/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
author_email='thomas@aecgeeks.com',
88
url='http://ifcopenshell.org',
99
packages=find_packages(),
10-
package_data={'': ['*.so', '*.json']},
10+
package_data={'': ['*.so', '*.json', '*.ifc']},
1111
)

src/ifcopenshell-python/ifcopenshell/util/schema/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)