Skip to content

Commit be0403d

Browse files
committed
Add missing poetry sections to pyproject.toml
1 parent f2a54ec commit be0403d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ server = [
4343
]
4444
test = ["pytest", "httpx"]
4545

46+
[tool.poetry]
47+
name = "llama_cpp_python"
48+
version = "0.1.59"
49+
description = "Python bindings for the llama.cpp library"
50+
authors = ["Andrei Betlen <abetlen@gmail.com>"]
51+
4652
[tool.poetry.dependencies]
4753
python = "^3.8.1"
4854
typing-extensions = "^4.6.3"

0 commit comments

Comments
 (0)