From: yomguy Date: Fri, 18 Jun 2010 22:22:08 +0000 (+0000) Subject: add tests module X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=615c866c50e86bb62b990e6fe0a099a0a7d863c6;p=timeside-diadems.git add tests module --- diff --git a/setup.py b/setup.py index ae1a2d9..d1c56d6 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ 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'], + packages=['timeside','timeside.decoder','timeside.encoder','timeside.grapher','timeside.analyzer','timeside.tests'], keywords='audio analyze transcode graph', install_requires = ['setuptools',], include_package_data = True,