* v2.3.0

* v2.3.0

* decrease line length
This commit is contained in:
Akash Mahanty
2020-12-14 00:14:54 +05:30
committed by GitHub
parent 461b3f74c9
commit 93ef60ecd2
2 changed files with 6 additions and 4 deletions

View File

@@ -19,9 +19,11 @@ setup(
author=about['__author__'],
author_email=about['__author_email__'],
url=about['__url__'],
download_url='https://github.com/akamhy/waybackpy/archive/2.2.0.tar.gz',
keywords=['waybackpy', 'archive', 'archive website', 'wayback machine', 'Internet Archive'],
install_requires=[],
download_url='https://github.com/akamhy/waybackpy/archive/2.3.0.tar.gz',
keywords=['Archive It', 'Archive Website', 'Wayback Machine',
'waybackurls', 'Internet Archive',
],
install_requires=['requests'],
python_requires=">=3.4",
classifiers=[
'Development Status :: 5 - Production/Stable',