From 36b6338bf0bc0b4d80ec3b83b8f50b48b411aa38 Mon Sep 17 00:00:00 2001 From: iwishiwasaneagle Date: Mon, 25 Apr 2022 16:07:17 +0100 Subject: [PATCH] invalid project url fix --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index f3a4200..8fb9556 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,10 +12,10 @@ license = GPL-3.0-or-later license_files = LICENSE.txt long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8; variant=GFM -url = https://github.com/iwishiwasaneagle/git-release/ +url = "https://github.com/iwishiwasaneagle/git-release/" # Add here related links, for example: project_urls = - Source = "https://github.com/iwishiwasaneagle/git-release" + Source = "https://github.com/iwishiwasaneagle/git-release/" # Change if running only on Windows, Mac or Linux (comma-separated) platforms = Linux