Skip to content

Commit 9cad571

Browse files
committed
fix: Include all llama.cpp source files and subdirectories
1 parent a07b337 commit 9cad571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ wheel.packages = ["llama_cpp"]
6060
cmake.verbose = true
6161
cmake.minimum-version = "3.21"
6262
minimum-version = "0.5.1"
63-
sdist.include = [".git", "vendor/llama.cpp/.git"]
63+
sdist.include = [".git", "vendor/llama.cpp/*"]
6464

6565
[tool.scikit-build.metadata.version]
6666
provider = "scikit_build_core.metadata.regex"

0 commit comments

Comments
 (0)