From 24166c474b8f0406cf773ebfadbbf220c76b99fd Mon Sep 17 00:00:00 2001 From: Paul Manzotti Date: Sun, 11 Dec 2022 13:36:45 +0000 Subject: [PATCH] Correct project urls for PyPi --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c7b479c..17a1eda 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ "Topic :: Home Automation", ], project_urls={ # Optional - "Bug Reports": "{URL}/issues", - "Source": "{URL}", + "Bug Reports": f"{URL}/issues", + "Source": f"{URL}", }, )