Skip to content

Commit 588099f

Browse files
committed
Fix project_urls by adding https://
1 parent 8101442 commit 588099f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def read(*parts):
2626
name="Flask-Caching",
2727
version=version,
2828
project_urls={
29-
"Documentation": "flask-caching.readthedocs.io",
29+
"Documentation": "https://flask-caching.readthedocs.io",
3030
"Source Code": "https://github.com/sh4nks/flask-caching",
3131
"Issue Tracker": "https://github.com/sh4nks/flask-caching",
3232
},

0 commit comments

Comments
 (0)