From 1ff77faa800ad6c2dde49cad98dfa72035fe1c81 Mon Sep 17 00:00:00 2001 From: Fahad Date: Mon, 6 Oct 2025 08:09:50 +0400 Subject: [PATCH] fix: clink missing in toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 69c00f5..e2e650f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ ] [tool.setuptools.packages.find] -include = ["tools*", "providers*", "systemprompts*", "utils*", "conf*"] +include = ["tools*", "providers*", "systemprompts*", "utils*", "conf*", "clink*"] [tool.setuptools] py-modules = ["server", "config"]