Skip to content

Commit 1492a66

Browse files
committed
adding paths to include schema files for wasm build (#7168)
1 parent 7a931ea commit 1492a66

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

MANIFEST.in

Lines changed: 0 additions & 2 deletions
This file was deleted.

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', '*.ifc']},
10+
package_data={'ifcopenshell': ['util/schema/*.json', 'util/schema/*.ifc'], '': ['*.so', '*.json', '*.ifc']},
1111
)

0 commit comments

Comments
 (0)