From 8cdfaf41ecac9f1d5ce09a49e8991121ade57b90 Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Fri, 15 Mar 2024 04:03:39 +0530 Subject: [PATCH] Update project URLs to show on pypi project page --- pyproject.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b4b6c123..d443568d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,10 +80,9 @@ dependencies = [ dynamic = ["version"] [project.urls] -Homepage = "https://github.com/khoj-ai/khoj#readme" -Issues = "https://github.com/khoj-ai/khoj/issues" -Discussions = "https://github.com/khoj-ai/khoj/discussions" -Releases = "https://github.com/khoj-ai/khoj/releases" +Homepage = "https://khoj.dev" +Documentation = "https://docs.khoj.dev" +Code = "https://github.com/khoj-ai/khoj" [project.scripts] khoj = "khoj.main:run"