From 24b59aa194ec048278a15eb5bfd0dde34b69fe25 Mon Sep 17 00:00:00 2001 From: yomguy Date: Fri, 18 Jun 2010 22:56:59 +0000 Subject: [PATCH] add tests.api module --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, -- 2.39.5