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"]
[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"