Skip to content

Commit 6e02525

Browse files
committed
bugfix: remove git directories from source distribution to avoid build-info.h bug
1 parent c59f084 commit 6e02525

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ cmake.verbose = true
5656
cmake.minimum-version = "3.12"
5757
minimum-version = "0.5"
5858
ninja.make-fallback = false
59+
sdist.exclude = [".git", "vendor/llama.cpp/.git"]
5960

6061
[tool.scikit-build.metadata.version]
6162
provider = "scikit_build_core.metadata.regex"

0 commit comments

Comments
 (0)