diff --git a/setup.py b/setup.py index 119883c8f..7cf38f9b2 100644 --- a/setup.py +++ b/setup.py @@ -184,5 +184,5 @@ def fetch_requirements(path): "License :: OSI Approved :: Apache Software License", ], include_package_data=True, - package_data={"": ["mllm/templates/*.json", "alg_ext.abi3.so"]}, + package_data={"": ["mllm/templates/*.json", "*.abi3.so"]}, )