diff --git a/pyproject.toml b/pyproject.toml index 2946143..f10b0cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,6 +43,12 @@ server = [ ] test = ["pytest", "httpx"] +[tool.poetry] +name = "llama_cpp_python" +version = "0.1.59" +description = "Python bindings for the llama.cpp library" +authors = ["Andrei Betlen "] + [tool.poetry.dependencies] python = "^3.8.1" typing-extensions = "^4.6.3"