Update setup.py

This commit is contained in:
Akash Mahanty
2021-01-02 12:18:59 +05:30
committed by GitHub
parent bcedc454ec
commit a8c9c07113

View File

@@ -47,7 +47,7 @@ setup(
],
entry_points={"console_scripts": ["waybackpy = waybackpy.cli:main"]},
project_urls={
"Documentation": "https://akamhy.github.io/waybackpy/",
"Documentation": "https://github.com/akamhy/waybackpy/wiki",
"Source": "https://github.com/akamhy/waybackpy",
"Tracker": "https://github.com/akamhy/waybackpy/issues",
},