update urls in pyproject.toml
This commit is contained in:
parent
d8569aa43e
commit
70432d867e
1 changed files with 4 additions and 3 deletions
|
@ -17,9 +17,10 @@ classifiers = [
|
|||
license = { file = "LICENSE" }
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://codeberg.org/comfy.city/recipes"
|
||||
Repository = "https://codeberg.org/comfy.city/recipes.git"
|
||||
Issues = "https://codeberg.org/comfy.city/recipes/issues"
|
||||
Homepage = "https://codeberg.org/comfy.city/comfy-recipes"
|
||||
Repository = "https://codeberg.org/comfy.city/comfy-recipes.git"
|
||||
Issues = "https://codeberg.org/comfy.city/comfy-recipes/issues"
|
||||
Documentation = "https://comfy.city/comfy-recipes/docs"
|
||||
|
||||
[project.scripts]
|
||||
recipes-cli = "comfyrecipes.cli:main"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue