Skip to content

Commit

Permalink
fix: Include all llama.cpp source files and subdirectories
Browse files Browse the repository at this point in the history
  • Loading branch information
abetlen committed Aug 7, 2024
1 parent a07b337 commit 9cad571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9cad571

Please sign in to comment.