fixed repo urls in variables

This commit is contained in:
Daniil Fajnberg 2022-01-11 16:06:02 +01:00
parent ddd0e697cc
commit 2364396878
1 changed files with 2 additions and 2 deletions

View File

@ -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