From 52ca3f4f49408cb0d60bcceae2dc4085efb69eab Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Mon, 31 Aug 2026 02:18:08 +0000 Subject: [PATCH] Update project URLs. --- fastapi-vue/pyproject.toml | 5 +++-- pyproject.toml | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/fastapi-vue/pyproject.toml b/fastapi-vue/pyproject.toml index b710799..efd10b6 100644 --- a/fastapi-vue/pyproject.toml +++ b/fastapi-vue/pyproject.toml @@ -11,8 +11,9 @@ dependencies = [ ] [project.urls] -Homepage = "https://git.zi.fi/LeoVasanko/fastapi-vue" -Repository = "https://github.com/LeoVasanko/fastapi-vue" +Homepage = "https://vasanko.com/coders/fastapi-vue" +Repository = "https://git.zi.fi/LeoVasanko/fastapi-vue-setup" +Issues = "https://github.com/LeoVasanko/fastapi-vue-setup" [build-system] requires = ["hatchling", "hatch-vcs"] diff --git a/pyproject.toml b/pyproject.toml index a167c43..f65761c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,8 +14,9 @@ dependencies = [ ] [project.urls] -Homepage = "https://git.zi.fi/LeoVasanko/fastapi-vue-setup" -Repository = "https://github.com/LeoVasanko/fastapi-vue-setup" +Homepage = "https://vasanko.com/coders/fastapi-vue" +Repository = "https://git.zi.fi/LeoVasanko/fastapi-vue-setup" +Issues = "https://github.com/LeoVasanko/fastapi-vue-setup" [project.scripts] fastapi-vue-setup = "fastapi_vue_setup:main"