Revert unintentional pushed changes to setup.py and version.py.
This commit is contained in:
parent
ef2b544cac
commit
9c71d02fb8
4
setup.py
4
setup.py
@ -75,12 +75,12 @@ exec(compile(open('youtube_dl/version.py').read(),
|
|||||||
'youtube_dl/version.py', 'exec'))
|
'youtube_dl/version.py', 'exec'))
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='jake_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'
|
long_description='Small command-line program to download videos from'
|
||||||
' YouTube.com and other video sites.',
|
' YouTube.com and other video sites.',
|
||||||
url='https://github.com/GrumpyOldTroll/youtube-dl',
|
url='https://github.com/rg3/youtube-dl',
|
||||||
author='Ricardo Garcia',
|
author='Ricardo Garcia',
|
||||||
author_email='ytdl@yt-dl.org',
|
author_email='ytdl@yt-dl.org',
|
||||||
maintainer='Philipp Hagemeister',
|
maintainer='Philipp Hagemeister',
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
__version__ = '2015.05.12.j3'
|
__version__ = '2015.05.10'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user