From: yomguy Date: Fri, 18 Jun 2010 22:56:59 +0000 (+0000) Subject: add tests.api module X-Git-Tag: 0.3.2~130 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=24b59aa194ec048278a15eb5bfd0dde34b69fe25;p=timeside.git add tests.api module --- diff --git a/setup.py b/setup.py index d1c56d6..66d0665 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,8 @@ METADATA = dict( author_email='yomguy@parisson.com', license='Gnu Public License V2', url='http://code.google.com/p/timeside', - packages=['timeside','timeside.decoder','timeside.encoder','timeside.grapher','timeside.analyzer','timeside.tests'], + packages=['timeside','timeside.decoder','timeside.encoder','timeside.grapher', + 'timeside.analyzer','timeside.tests','timeside.tests.api'], keywords='audio analyze transcode graph', install_requires = ['setuptools',], include_package_data = True,