mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-27 17:35:07 +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"]
|
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"
|
||||||
|
|
Loading…
Reference in a new issue