wasm wheel fixes

This commit is contained in:
Thomas Krijnen
2025-01-07 20:46:31 +01:00
parent ae22eec958
commit a42a49e088
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
from setuptools import setup, find_packages
setup(name='ifcopenshell-python',
setup(name='ifcopenshell',
version='0.8.0',
description='IfcOpenShell is an open source (LGPL) software library for working with the Industry Foundation Classes (IFC) file format.',
author='Thomas Krijnen',
author_email='thomas@aecgeeks.com',
url='http://ifcopenshell.org',
packages=find_packages(),
package_data={'': ['*.so']},
package_data={'': ['*.so', '*.json']},
)