Skip to content

Commit 3886e22

Browse files
committed
Moved scripts dir and fixed pyproject.toml
1 parent dc7cef9 commit 3886e22

File tree

7 files changed

+4
-5
lines changed

7 files changed

+4
-5
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

gguf-py/pyproject.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ authors = ["GGML <[email protected]>"]
66
packages = [
77
{include = "gguf"},
88
{include = "gguf/py.typed"},
9-
{include = "scripts"},
109
]
1110
readme = "README.md"
1211
homepage = "https://ggml.ai"
@@ -33,7 +32,7 @@ requires = ["poetry-core>=1.0.0"]
3332
build-backend = "poetry.core.masonry.api"
3433

3534
[tool.poetry.scripts]
36-
gguf-convert-endian = "scripts:gguf_convert_endian_entrypoint"
37-
gguf-dump = "scripts:gguf_dump_entrypoint"
38-
gguf-set-metadata = "scripts:gguf_set_metadata_entrypoint"
39-
gguf-new-metadata = "scripts:gguf_new_metadata_entrypoint"
35+
gguf-convert-endian = "gguf.scripts:gguf_convert_endian_entrypoint"
36+
gguf-dump = "gguf.scripts:gguf_dump_entrypoint"
37+
gguf-set-metadata = "gguf.scripts:gguf_set_metadata_entrypoint"
38+
gguf-new-metadata = "gguf.scripts:gguf_new_metadata_entrypoint"

0 commit comments

Comments
 (0)