Merge pull request #315 from DragonFSKY/fix/clink-package-data

fix(build): include clink resources in package
This commit is contained in:
Beehive Innovations
2025-11-18 11:33:20 +04:00
committed by GitHub

View File

@@ -18,7 +18,11 @@ include = ["tools*", "providers*", "systemprompts*", "utils*", "conf*", "clink*"
py-modules = ["server", "config"]
[tool.setuptools.package-data]
"*" = ["conf/*.json"]
"*" = [
"conf/*.json",
"conf/cli_clients/*.json",
"systemprompts/clink/*.txt",
]
[tool.setuptools.data-files]
"conf" = [