From 9cad5714ae6e7c250af8d0bbb179f631368c928b Mon Sep 17 00:00:00 2001 From: Andrei Betlen Date: Wed, 7 Aug 2024 09:50:37 -0400 Subject: [PATCH] fix: Include all llama.cpp source files and subdirectories --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8345cb1f0..7aebb74f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ wheel.packages = ["llama_cpp"] cmake.verbose = true cmake.minimum-version = "3.21" minimum-version = "0.5.1" -sdist.include = [".git", "vendor/llama.cpp/.git"] +sdist.include = [".git", "vendor/llama.cpp/*"] [tool.scikit-build.metadata.version] provider = "scikit_build_core.metadata.regex"