From a8c42d854618e295cfe5de8b3af5608af6dbbde0 Mon Sep 17 00:00:00 2001 From: arkohut <39525455+arkohut@users.noreply.github.com> Date: Tue, 10 Sep 2024 00:40:12 +0800 Subject: [PATCH] fix: include onnx models --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 76c0100..9a41324 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,4 +55,4 @@ include = ["memos*", "screen_recorder*"] [tool.setuptools.package-data] "*" = ["static/**/*"] -"memos.plugins.ocr" = ["*.yaml", "*.onnx"] +"memos.plugins.ocr" = ["*.yaml", "models/*.onnx"]