From 73bae0a8d2dbd8627997bbd6ce57aa026054a573 Mon Sep 17 00:00:00 2001 From: chensuyue Date: Tue, 11 Nov 2025 14:23:45 +0800 Subject: [PATCH] Including auto_scheme.default_alg into binary as well Signed-off-by: chensuyue --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]}, )