mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 22:33:33 +00:00
adding paths to include schema files for wasm build (#7168)
This commit is contained in:
@@ -1,2 +0,0 @@
|
|||||||
recursive-include src/ifcopenshell-python/ifcopenshell/util/schema *.json
|
|
||||||
recursive-include src/ifcopenshell-python/ifcopenshell/util/schema *.ifc
|
|
||||||
+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', '*.ifc']},
|
package_data={'ifcopenshell': ['util/schema/*.json', 'util/schema/*.ifc'], '': ['*.so', '*.json', '*.ifc']},
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user