From 236439687892667d9ff8aab0d4a7033de04f038e Mon Sep 17 00:00:00 2001 From: Daniil Fajnberg Date: Tue, 11 Jan 2022 16:06:02 +0100 Subject: [PATCH] fixed repo urls in variables --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 76fbe7f..827ede1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,9 +6,9 @@ author_email = mail@placeholder123.to description = ${REPO_DESCRIPTION} long_description = file: README.md long_description_content_type = text/markdown -url = ${REPO_LINK} +url = https://git.fajnberg.de${REPO_LINK} project_urls = - Bug Tracker = ${REPO_LINK}/issues + Bug Tracker = https://git.fajnberg.de${REPO_LINK}/issues classifiers = Programming Language :: Python :: 3 Operating System :: OS Independent