From bd4804332c1032acd7d9e84b7f587018f54fbb1d Mon Sep 17 00:00:00 2001 From: kevin <68426071+hf-krechan@users.noreply.github.com> Date: Fri, 24 May 2024 11:36:01 +0200 Subject: [PATCH] Fix Project Urls --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9b17d7c..330615e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,8 +20,8 @@ dependencies = [] # add all the dependencies here dynamic = ["readme", "version"] [project.urls] -Changelog = "https://github.com/Hochfrequenz/xml-fundamend/releases" -Homepage = "https://github.com/Hochfrequenz/xml-fundamend" +Changelog = "https://github.com/Hochfrequenz/xml-fundamend-python/releases" +Homepage = "https://github.com/Hochfrequenz/xml-fundamend-python" [tool.black] line-length = 120