v1.3
This commit is contained in:
parent
d3bd5b05b5
commit
031212e161
4
setup.py
4
setup.py
@ -7,7 +7,7 @@ with open(os.path.join(os.path.dirname(__file__), 'README.md')) as f:
|
|||||||
setup(
|
setup(
|
||||||
name = 'waybackpy',
|
name = 'waybackpy',
|
||||||
packages = ['waybackpy'],
|
packages = ['waybackpy'],
|
||||||
version = 'v1.2',
|
version = 'v1.3',
|
||||||
description = 'A python wrapper for Internet Archives Wayback Machine',
|
description = 'A python wrapper for Internet Archives Wayback Machine',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
@ -15,7 +15,7 @@ setup(
|
|||||||
author = 'akamhy',
|
author = 'akamhy',
|
||||||
author_email = 'akash3pro@gmail.com',
|
author_email = 'akash3pro@gmail.com',
|
||||||
url = 'https://github.com/akamhy/waybackpy',
|
url = 'https://github.com/akamhy/waybackpy',
|
||||||
download_url = 'https://github.com/akamhy/waybackpy/archive/v1.2.tar.gz',
|
download_url = 'https://github.com/akamhy/waybackpy/archive/v1.3.tar.gz',
|
||||||
keywords = ['wayback', 'archive', 'archive website', 'wayback machine', 'Internet Archive'],
|
keywords = ['wayback', 'archive', 'archive website', 'wayback machine', 'Internet Archive'],
|
||||||
install_requires=[],
|
install_requires=[],
|
||||||
python_requires='>=3.6',
|
python_requires='>=3.6',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user