]> git.parisson.com Git - timeside.git/commitdiff
add tests.api module
authoryomguy <yomguy@parisson.com>
Fri, 18 Jun 2010 22:56:59 +0000 (22:56 +0000)
committeryomguy <yomguy@parisson.com>
Fri, 18 Jun 2010 22:56:59 +0000 (22:56 +0000)
setup.py

index d1c56d63be77911019e73c6b8cb46a09d84a1bd5..66d06653037709121bb25118cfd91fe43537ed79 100644 (file)
--- 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,