Merge pull request #315 from DragonFSKY/fix/clink-package-data
fix(build): include clink resources in package
This commit is contained in:
@@ -18,7 +18,11 @@ include = ["tools*", "providers*", "systemprompts*", "utils*", "conf*", "clink*"
|
|||||||
py-modules = ["server", "config"]
|
py-modules = ["server", "config"]
|
||||||
|
|
||||||
[tool.setuptools.package-data]
|
[tool.setuptools.package-data]
|
||||||
"*" = ["conf/*.json"]
|
"*" = [
|
||||||
|
"conf/*.json",
|
||||||
|
"conf/cli_clients/*.json",
|
||||||
|
"systemprompts/clink/*.txt",
|
||||||
|
]
|
||||||
|
|
||||||
[tool.setuptools.data-files]
|
[tool.setuptools.data-files]
|
||||||
"conf" = [
|
"conf" = [
|
||||||
|
|||||||
Reference in New Issue
Block a user