From f527c392c5e68b12e51dc3716fa1cbf1a8eeecb9 Mon Sep 17 00:00:00 2001 From: Akash Mahanty Date: Sun, 13 Dec 2020 22:44:01 +0530 Subject: [PATCH] Update setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3e4491c..a1f62f6 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,8 @@ setup( ] }, project_urls={ - 'Documentation': 'https://waybackpy.readthedocs.io', + 'Documentation': 'https://akamhy.github.io/waybackpy/', 'Source': 'https://github.com/akamhy/waybackpy', + 'Tracker': 'https://github.com/akamhy/waybackpy/issues', }, )