setup: PEP-8 fixes.

Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
This commit is contained in:
Rogério Brito 2013-06-26 00:54:55 -03:00
parent d055fe4cb0
commit 652e776893
1 changed files with 13 additions and 12 deletions

View File

@ -59,7 +59,8 @@ setup(
name='youtube_dl',
version=__version__,
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',
author='Ricardo Garcia',
maintainer='Philipp Hagemeister',