From 68aed4e2e4ca7500e79eba2234a05909194c3842 Mon Sep 17 00:00:00 2001 From: MarcUs7i <96580944+MarcUs7i@users.noreply.github.com> Date: Fri, 4 Jul 2025 19:25:32 +0200 Subject: [PATCH] Updated pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f7b7449..f0ba062 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "Python API client for Lidl Connect" readme = "README.md" license = { file = "LICENSE" } authors = [ - { name = "MarcUs7i", email = "info@marcus7i.net" } + { name = "Kizuren", email = "info@kizuren.dev" } ] dependencies = [ "bs4", @@ -17,4 +17,4 @@ dependencies = [ ] [project.urls] -Homepage = "https://github.com/MarcUs7i/LidlConnect.py" +Homepage = "https://github.com/Kizuren/LidlConnect.py"