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"]