From: Guillaume Pellerin Date: Fri, 24 Oct 2014 17:08:19 +0000 (+0200) Subject: goto 0.6, fix doc X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=51b0eea50de86c891318f88d6343d9d74561be48;p=timeside-diadems.git goto 0.6, fix doc --- diff --git a/setup.py b/setup.py index ea28ff2..7e0986c 100755 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ setup( long_description=open('README.rst').read(), author="Guillaume Pellerin, Paul Brossier, Thomas Fillon, Riccardo Zaccarelli, Olivier Guilyardi", author_email="yomguy@parisson.com, piem@piem.org, thomas@parisson.com, riccardo.zaccarelli@gmail.com, olivier@samalyse.com", - version='0.5.7', + version='0.6', install_requires=[ 'numpy', 'mutagen', @@ -62,7 +62,6 @@ setup( 'south', 'traits', 'networkx', - 'sphinx_rtd_theme', ], platforms=['OS Independent'], license='Gnu Public License V2',