bugfix: remove git directories from source distribution to avoid build-info.h bug
This commit is contained in:
parent
c59f084005
commit
6e02525971
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ cmake.verbose = true
|
||||||
cmake.minimum-version = "3.12"
|
cmake.minimum-version = "3.12"
|
||||||
minimum-version = "0.5"
|
minimum-version = "0.5"
|
||||||
ninja.make-fallback = false
|
ninja.make-fallback = false
|
||||||
|
sdist.exclude = [".git", "vendor/llama.cpp/.git"]
|
||||||
|
|
||||||
[tool.scikit-build.metadata.version]
|
[tool.scikit-build.metadata.version]
|
||||||
provider = "scikit_build_core.metadata.regex"
|
provider = "scikit_build_core.metadata.regex"
|
||||||
|
|
Loading…
Reference in a new issue