mirror of
https://github.com/ihabunek/twitch-dl
synced 2024-08-30 18:32:25 +00:00
Better long description
This commit is contained in:
parent
64157c1ef6
commit
cb00accd6a
8
setup.py
8
setup.py
@ -2,12 +2,18 @@
|
|||||||
|
|
||||||
from setuptools import setup
|
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(
|
setup(
|
||||||
name='twitch-dl',
|
name='twitch-dl',
|
||||||
version='1.5.0',
|
version='1.5.0',
|
||||||
description='Twitch downloader',
|
description='Twitch downloader',
|
||||||
long_description="Quickly download videos from Twitch",
|
long_description=long_description.strip(),
|
||||||
author='Ivan Habunek',
|
author='Ivan Habunek',
|
||||||
author_email='ivan@habunek.com',
|
author_email='ivan@habunek.com',
|
||||||
url='https://github.com/ihabunek/twitch-dl/',
|
url='https://github.com/ihabunek/twitch-dl/',
|
||||||
|
Loading…
Reference in New Issue
Block a user