mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 10:11:46 +00:00
Fix missing files in WASM build (#7168)
This commit is contained in:
+1
-1
@@ -7,5 +7,5 @@ setup(name='ifcopenshell',
|
|||||||
author_email='thomas@aecgeeks.com',
|
author_email='thomas@aecgeeks.com',
|
||||||
url='http://ifcopenshell.org',
|
url='http://ifcopenshell.org',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
package_data={'': ['*.so', '*.json']},
|
package_data={'': ['*.so', '*.json', '*.ifc']},
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user