From dba6df282de7afedbe5d577557a1054cbb50bc33 Mon Sep 17 00:00:00 2001 From: Andrei Betlen Date: Thu, 23 Mar 2023 14:57:18 -0400 Subject: [PATCH] Update repo url --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index df34832..e2788bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,8 +5,8 @@ description = "Python bindings for the llama.cpp library" authors = ["Andrei Betlen "] license = "MIT" readme = "README.md" -homepage = "https://github.com/abetlen/llama_cpp_python" -repository = "https://github.com/abetlen/llama_cpp_python" +homepage = "https://github.com/abetlen/llama-cpp-python" +repository = "https://github.com/abetlen/llama-cpp-python" packages = [{include = "llama_cpp"}] include = [ "LICENSE.md",