From ac853e01e1a217a578080a4e1b851d2d08450adf Mon Sep 17 00:00:00 2001 From: Andrei Betlen Date: Sat, 30 Sep 2023 00:01:14 -0400 Subject: [PATCH] Include git directories --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index ecf0640..8c52dff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,6 +56,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"] [tool.scikit-build.metadata.version] provider = "scikit_build_core.metadata.regex"