fix: Actually include scripts in build

Not namespaced though :(
This commit is contained in:
ditsuke 2024-02-29 01:47:15 +05:30 committed by Someone
parent b0a46993df
commit b1c3f26e5e
2 changed files with 2 additions and 2 deletions

View File

View File

@ -7,7 +7,7 @@ readme = "README.md"
homepage = "https://ggml.ai"
repository = "https://github.com/ggerganov/llama.cpp"
keywords = ["ggml", "gguf", "llama.cpp"]
packages = [{ include = "__init__.py", from = "." }]
packages = [{ include = "*.py", from = "." }]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",