parent
461b3f74c9
commit
93ef60ecd2
8
setup.py
8
setup.py
@ -19,9 +19,11 @@ setup(
|
|||||||
author=about['__author__'],
|
author=about['__author__'],
|
||||||
author_email=about['__author_email__'],
|
author_email=about['__author_email__'],
|
||||||
url=about['__url__'],
|
url=about['__url__'],
|
||||||
download_url='https://github.com/akamhy/waybackpy/archive/2.2.0.tar.gz',
|
download_url='https://github.com/akamhy/waybackpy/archive/2.3.0.tar.gz',
|
||||||
keywords=['waybackpy', 'archive', 'archive website', 'wayback machine', 'Internet Archive'],
|
keywords=['Archive It', 'Archive Website', 'Wayback Machine',
|
||||||
install_requires=[],
|
'waybackurls', 'Internet Archive',
|
||||||
|
],
|
||||||
|
install_requires=['requests'],
|
||||||
python_requires=">=3.4",
|
python_requires=">=3.4",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 5 - Production/Stable',
|
'Development Status :: 5 - Production/Stable',
|
||||||
|
@ -6,7 +6,7 @@ __description__ = (
|
|||||||
"Archive pages and retrieve archived pages easily."
|
"Archive pages and retrieve archived pages easily."
|
||||||
)
|
)
|
||||||
__url__ = "https://akamhy.github.io/waybackpy/"
|
__url__ = "https://akamhy.github.io/waybackpy/"
|
||||||
__version__ = "2.2.0"
|
__version__ = "2.3.0"
|
||||||
__author__ = "akamhy"
|
__author__ = "akamhy"
|
||||||
__author_email__ = "akash3pro@gmail.com"
|
__author_email__ = "akash3pro@gmail.com"
|
||||||
__license__ = "MIT"
|
__license__ = "MIT"
|
||||||
|
Loading…
Reference in New Issue
Block a user