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 7a931ea commit 1492a66Copy full SHA for 1492a66
MANIFEST.in
pyodide/setup.py
@@ -7,5 +7,5 @@
7
author_email='thomas@aecgeeks.com',
8
url='http://ifcopenshell.org',
9
packages=find_packages(),
10
- package_data={'': ['*.so', '*.json', '*.ifc']},
+ package_data={'ifcopenshell': ['util/schema/*.json', 'util/schema/*.ifc'], '': ['*.so', '*.json', '*.ifc']},
11
)
0 commit comments