Skip to content

Commit 433a67d

Browse files
authored
Merge pull request #315 from DragonFSKY/fix/clink-package-data
fix(build): include clink resources in package
2 parents 749bc73 + e9ac1ce commit 433a67d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ include = ["tools*", "providers*", "systemprompts*", "utils*", "conf*", "clink*"
1818
py-modules = ["server", "config"]
1919

2020
[tool.setuptools.package-data]
21-
"*" = ["conf/*.json"]
21+
"*" = [
22+
"conf/*.json",
23+
"conf/cli_clients/*.json",
24+
"systemprompts/clink/*.txt",
25+
]
2226

2327
[tool.setuptools.data-files]
2428
"conf" = [

0 commit comments

Comments
 (0)