mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-16 14:27:53 +00:00
setup: PEP-8 fixes.
Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
This commit is contained in:
parent
d055fe4cb0
commit
652e776893
3
setup.py
3
setup.py
@ -59,7 +59,8 @@ setup(
|
|||||||
name='youtube_dl',
|
name='youtube_dl',
|
||||||
version=__version__,
|
version=__version__,
|
||||||
description='YouTube video downloader',
|
description='YouTube video downloader',
|
||||||
long_description = 'Small command-line program to download videos from YouTube.com and other video sites.',
|
long_description='Small command-line program to download videos from'
|
||||||
|
' YouTube.com and other video sites.',
|
||||||
url='https://github.com/rg3/youtube-dl',
|
url='https://github.com/rg3/youtube-dl',
|
||||||
author='Ricardo Garcia',
|
author='Ricardo Garcia',
|
||||||
maintainer='Philipp Hagemeister',
|
maintainer='Philipp Hagemeister',
|
||||||
|
Loading…
Reference in New Issue
Block a user