mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-25 02:44:36 +00:00
fix: Actually include scripts in build
Not namespaced though :(
This commit is contained in:
parent
b0a46993df
commit
b1c3f26e5e
@ -7,7 +7,7 @@ readme = "README.md"
|
|||||||
homepage = "https://ggml.ai"
|
homepage = "https://ggml.ai"
|
||||||
repository = "https://github.com/ggerganov/llama.cpp"
|
repository = "https://github.com/ggerganov/llama.cpp"
|
||||||
keywords = ["ggml", "gguf", "llama.cpp"]
|
keywords = ["ggml", "gguf", "llama.cpp"]
|
||||||
packages = [{ include = "__init__.py", from = "." }]
|
packages = [{ include = "*.py", from = "." }]
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"License :: OSI Approved :: MIT License",
|
"License :: OSI Approved :: MIT License",
|
||||||
|
Loading…
Reference in New Issue
Block a user