Update setup.py

This commit is contained in:
Akash 2020-07-20 10:41:00 +05:30 committed by GitHub
parent af888db13e
commit 94cb08bb37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ setup(
author = about['__author__'],
author_email = about['__author_email__'],
url = about['__url__'],
download_url = 'https://github.com/akamhy/waybackpy/archive/2.1.1.tar.gz',
download_url = 'https://github.com/akamhy/waybackpy/archive/2.1.2.tar.gz',
keywords = ['wayback', 'archive', 'archive website', 'wayback machine', 'Internet Archive'],
install_requires=[],
python_requires= ">=2.7",