diff --git a/pyodide/setup.py b/pyodide/setup.py index 15237e6606..01250a89e7 100644 --- a/pyodide/setup.py +++ b/pyodide/setup.py @@ -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']}, ) diff --git a/src/ifcopenshell-python/ifcopenshell/util/schema/__init__.py b/src/ifcopenshell-python/ifcopenshell/util/schema/__init__.py new file mode 100644 index 0000000000..e69de29bb2