'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',