From f3e72b6c4f5e9b4bcb3e11b1f98b001ed1d66887 Mon Sep 17 00:00:00 2001 From: Michael Yang Date: Wed, 18 Sep 2024 16:34:54 -0700 Subject: [PATCH] update pyproject.toml (#284) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3adf10f..4e58aa9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,8 +5,8 @@ description = "The official Python client for Ollama." authors = ["Ollama "] license = "MIT" readme = "README.md" -homepage = "https://ollama.ai" -repository = "https://github.com/jmorganca/ollama-python" +homepage = "https://ollama.com" +repository = "https://github.com/ollama/ollama-python" [tool.poetry.dependencies] python = "^3.8"