From bc3f34e70687931f71c8ed68a003ab0994fc8e75 Mon Sep 17 00:00:00 2001 From: Cyr-ius <1258123+cyr-ius@users.noreply.github.com> Date: Fri, 26 Jul 2024 13:27:06 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8283871..eadd5e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,6 @@ name = "audiconnectpy" dynamic = ["version"] license = {text = "GPL-3"} description = "Provides asynchronous authentication and access to Audi Connect" -url = "https://github.com/cyr-ius/audiconnectpy" readme = "README.md" authors = [ {name = "Cyr-ius", email = "cyr-ius@ipocus.net"} @@ -33,6 +32,9 @@ dependencies = [ "mashumaro>=3.13", ] +[project.urls] +Homepage = "https://github.com/cyr-ius/audiconnectpy" + [tool.setuptools_scm] [tool.setuptools]