Update repo url

This commit is contained in:
Andrei Betlen 2023-03-23 14:57:18 -04:00
parent e34edfa7c7
commit dba6df282d

View file

@ -5,8 +5,8 @@ description = "Python bindings for the llama.cpp library"
authors = ["Andrei Betlen <abetlen@gmail.com>"] authors = ["Andrei Betlen <abetlen@gmail.com>"]
license = "MIT" license = "MIT"
readme = "README.md" readme = "README.md"
homepage = "https://github.com/abetlen/llama_cpp_python" homepage = "https://github.com/abetlen/llama-cpp-python"
repository = "https://github.com/abetlen/llama_cpp_python" repository = "https://github.com/abetlen/llama-cpp-python"
packages = [{include = "llama_cpp"}] packages = [{include = "llama_cpp"}]
include = [ include = [
"LICENSE.md", "LICENSE.md",