Update project URLs to show on pypi project page

This commit is contained in:
Debanjum Singh Solanky 2024-03-15 04:03:39 +05:30
parent 08993ff109
commit 8cdfaf41ec

View file

@ -80,10 +80,9 @@ dependencies = [
dynamic = ["version"] dynamic = ["version"]
[project.urls] [project.urls]
Homepage = "https://github.com/khoj-ai/khoj#readme" Homepage = "https://khoj.dev"
Issues = "https://github.com/khoj-ai/khoj/issues" Documentation = "https://docs.khoj.dev"
Discussions = "https://github.com/khoj-ai/khoj/discussions" Code = "https://github.com/khoj-ai/khoj"
Releases = "https://github.com/khoj-ai/khoj/releases"
[project.scripts] [project.scripts]
khoj = "khoj.main:run" khoj = "khoj.main:run"