]> git.parisson.com Git - timeside-diadems.git/commitdiff
update doc (install, AnalyzerResult example, etc)
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 14 Oct 2013 06:54:09 +0000 (08:54 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 14 Oct 2013 06:54:09 +0000 (08:54 +0200)
setup.py

index 1e0fd5927f76eb032d44db54e24198190c2c78b4..e0885d30ec066383ef3b2c670bf7692a6e441e95 100644 (file)
--- 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',