Better long description

This commit is contained in:
Ivan Habunek 2020-04-10 16:42:35 +02:00
parent 64157c1ef6
commit cb00accd6a
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95

View File

@ -2,12 +2,18 @@
from setuptools import setup
long_description = """
Quickly download videos from twitch.tv.
Works simliarly to youtube-dl but downloads multiple VODs in parallel which
makes it faster.
"""
setup(
name='twitch-dl',
version='1.5.0',
description='Twitch downloader',
long_description="Quickly download videos from Twitch",
long_description=long_description.strip(),
author='Ivan Habunek',
author_email='ivan@habunek.com',
url='https://github.com/ihabunek/twitch-dl/',