From: Guillaume Pellerin Date: Mon, 30 Sep 2013 10:40:30 +0000 (+0200) Subject: go to 0.5.0, fix some copyrights X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=29448f7b640b173559a842321853b4f612c7f655;p=timeside-diadems.git go to 0.5.0, fix some copyrights --- diff --git a/README.rst b/README.rst index 1abebec..fe5f34c 100644 --- a/README.rst +++ b/README.rst @@ -287,6 +287,7 @@ Copyrights * Copyright (c) 2006, 2013 Parisson SARL * Copyright (c) 2006, 2013 Guillaume Pellerin - * Copyright (c) 2010, 2012 Paul Brossier + * Copyright (c) 2010, 2013 Paul Brossier + * Copyright (c) 2013 Thomas Fillon * Copyright (c) 2006, 2010 Samalyse SARL diff --git a/setup.py b/setup.py index 2d4c1ce..1e0fd59 100644 --- a/setup.py +++ b/setup.py @@ -26,14 +26,12 @@ setup( long_description = open('README.rst').read(), author = "Guillaume Pellerin, Paul Brossier, Riccardo Zaccarelli, Olivier Guilyardi", author_email = "yomguy@parisson.com, piem@piem.org, riccardo.zaccarelli@gmail.com, olivier@samalyse.com", - version = '0.4.5', + version = '0.5.0', install_requires = [ 'setuptools', - 'numpy>=1.6.2', + 'numpy', 'mutagen', 'pil', - 'scipy', - 'hf5py', ], platforms=['OS Independent'], license='Gnu Public License V2',