From c2dc4f342c86013b2647de5cc00ef95d4a8458dd Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 14 Oct 2013 08:54:09 +0200 Subject: [PATCH] update doc (install, AnalyzerResult example, etc) --- setup.py | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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', -- 2.39.5