From 588099f8c5bfa72d918351af9e4f0682423ec9b1 Mon Sep 17 00:00:00 2001 From: Peter Justin Date: Wed, 17 Mar 2021 17:21:49 +0100 Subject: [PATCH] Fix project_urls by adding https:// --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 92dd67ab..9d8c609a 100755 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def read(*parts): name="Flask-Caching", version=version, project_urls={ - "Documentation": "flask-caching.readthedocs.io", + "Documentation": "https://flask-caching.readthedocs.io", "Source Code": "https://github.com/sh4nks/flask-caching", "Issue Tracker": "https://github.com/sh4nks/flask-caching", },