mirror of
https://github.com/tcsenpai/pensieve.git
synced 2025-06-07 03:35:24 +00:00
fix: add default config yaml to package
This commit is contained in:
parent
fc8b0e9a0c
commit
0ab1609915
@ -62,4 +62,4 @@ include = ["memos*"]
|
|||||||
[tool.setuptools.package-data]
|
[tool.setuptools.package-data]
|
||||||
"*" = ["static/**/*"]
|
"*" = ["static/**/*"]
|
||||||
"memos.plugins.ocr" = ["*.yaml", "models/*.onnx"]
|
"memos.plugins.ocr" = ["*.yaml", "models/*.onnx"]
|
||||||
"memos" = ["simple_tokenizer/**/*"]
|
"memos" = ["simple_tokenizer/**/*", "default_config.yaml"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user