Update setup.py

This commit is contained in:
akamhy 2020-05-05 10:36:05 +05:30 committed by GitHub
parent b4ca98eca2
commit 2a1b3bc6ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,10 +8,10 @@ setup(
name = 'waybackpy', name = 'waybackpy',
packages = ['waybackpy'], packages = ['waybackpy'],
version = 'v1.2', version = 'v1.2',
long_description_content_type='text/markdown',
long_description=long_description,
license='MIT', license='MIT',
description = 'A python wrapper for Internet Archives Wayback Machine', description = 'A python wrapper for Internet Archives Wayback Machine',
long_description=long_description,
long_description_content_type='text/markdown',
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',