From 04bbdc1e2c9bb8bb602e40dfc949e957368a5853 Mon Sep 17 00:00:00 2001 From: yama-is-bocchi Date: Wed, 31 Dec 2025 10:14:45 +0900 Subject: [PATCH] Add agent/system_prompts/*.txt to package-data --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9df1b678..c356d0bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ include = ["sam3*"] exclude = ["build*", "scripts*", "examples*"] [tool.setuptools.package-data] -sam3 = ["assets/*.txt.gz"] +sam3 = ["assets/*.txt.gz", "agent/system_prompts/*.txt"] [tool.setuptools.dynamic] version = {attr = "sam3.__version__"}