From 86a85da877a0b562c0dc3eb374d7ac999ca8d8e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Han?= Date: Tue, 16 Sep 2025 14:45:37 +0200 Subject: [PATCH] chore: re-add files in the package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These files were not added anymore since the path changed. Signed-off-by: Sébastien Han --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 711f9cd8d..b10795c92 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -5,7 +5,7 @@ include llama_stack/core/*.sh include llama_stack/cli/scripts/*.sh include llama_stack/distributions/*/*.yaml exclude llama_stack/distributions/ci-tests -include llama_stack/providers/tests/test_cases/inference/*.json +include tests/integration/test_cases/inference/*.json include llama_stack/models/llama/*/*.md include llama_stack/tests/integration/*.jpg prune llama_stack/distributions/ci-tests