Update setup.py

This commit is contained in:
Akash Mahanty
2020-12-13 22:44:01 +05:30
committed by GitHub
parent 07d9137ef8
commit f527c392c5

View File

@@ -45,7 +45,8 @@ setup(
] ]
}, },
project_urls={ project_urls={
'Documentation': 'https://waybackpy.readthedocs.io', 'Documentation': 'https://akamhy.github.io/waybackpy/',
'Source': 'https://github.com/akamhy/waybackpy', 'Source': 'https://github.com/akamhy/waybackpy',
'Tracker': 'https://github.com/akamhy/waybackpy/issues',
}, },
) )