mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Update project URLs to show on pypi project page
This commit is contained in:
parent
08993ff109
commit
8cdfaf41ec
1 changed files with 3 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue