This commit is contained in:
Akash Mahanty
2020-10-17 17:10:46 +05:30
parent 2b132456ac
commit 925be7b17e
2 changed files with 3 additions and 3 deletions

View File

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