Skip to content

Commit c879328

Browse files
committed
fix: Actually include scripts in build
Not namespaced though :(
1 parent 8cce8a4 commit c879328

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

__init__.py

Whitespace-only changes.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77
homepage = "https://ggml.ai"
88
repository = "https://github.com/ggerganov/llama.cpp"
99
keywords = ["ggml", "gguf", "llama.cpp"]
10-
packages = [{ include = "__init__.py", from = "." }]
10+
packages = [{ include = "*.py", from = "." }]
1111
classifiers = [
1212
"Programming Language :: Python :: 3",
1313
"License :: OSI Approved :: MIT License",
@@ -21,7 +21,7 @@ sentencepiece = ">=0.1.98,<0.2.0"
2121
transformers = ">=4.35.2,<5.0.0"
2222
protobuf = ">=4.21.0,<5.0.0"
2323
gguf = { path = "./gguf-py" }
24-
torch = {version = "^2.2.0", source = "pytorch"}
24+
torch = { version = "^2.2.0", source = "pytorch" }
2525

2626
[tool.poetry.dev-dependencies]
2727
pytest = "^5.2"

0 commit comments

Comments
 (0)