2.1 release

master
Vishnunarayan K I 2018-05-30 01:20:33 +05:30
parent c2f55d4f15
commit 9634dd7fd2
2 changed files with 2 additions and 4 deletions

View File

@ -1,2 +0,0 @@
[metadata]
description-file = README.md

View File

@ -8,13 +8,13 @@ with open('README.md', 'r') as f:
setup(
name='anime-downloader',
version='2.0',
version='2.1',
author='Vishnunarayan K.I.',
author_email='vishnunarayan6105@gmail.com',
description='Download your favourite anime',
packages=find_packages(),
url='https://github.com/vn-ki/anime-downloader',
download_url='https://github.com/vn-ki/anime-downloader/archive/2.0.tar.gz',
download_url='https://github.com/vn-ki/anime-downloader/archive/2.1.tar.gz',
keywords=['anime', 'downloader', '9anime', 'download', 'kissanime'],
install_requires=[
'bs4',