From: Guillaume Pellerin Date: Mon, 14 Oct 2013 06:54:09 +0000 (+0200) Subject: update doc (install, AnalyzerResult example, etc) X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=c2dc4f342c86013b2647de5cc00ef95d4a8458dd;p=timeside-diadems.git update doc (install, AnalyzerResult example, etc) --- diff --git a/setup.py b/setup.py index 1e0fd59..e0885d3 100644 --- a/setup.py +++ b/setup.py @@ -17,21 +17,24 @@ CLASSIFIERS = [ 'Topic :: Software Development :: Libraries :: Python Modules', ] -KEYWORDS = 'audio analyze transcode graph player metadata' +KEYWORDS = 'audio analysis features extraction transcoding graph plot HTML5 player metadata' setup( name = "TimeSide", - url='http://code.google.com/p/timeside', - description = "open and fast web audio components", + url='https://github.com/yomguy/TimeSide/', + description = "open web audio processing framework", 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", + 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.0', install_requires = [ 'setuptools', 'numpy', 'mutagen', 'pil', + 'h5py', + 'yaml', + 'simplejson', ], platforms=['OS Independent'], license='Gnu Public License V2',