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 d00cc85 commit 6d03ec8Copy full SHA for 6d03ec8
setup.py
@@ -184,5 +184,5 @@ def fetch_requirements(path):
184
"License :: OSI Approved :: Apache Software License",
185
],
186
include_package_data=True,
187
- package_data={"": ["mllm/templates/*.json", "alg_ext.abi3.so"]},
+ package_data={"": ["mllm/templates/*.json", "*.abi3.so"]},
188
)
0 commit comments