From: yomguy Date: Fri, 18 Jun 2010 22:22:08 +0000 (+0000) Subject: add tests module X-Git-Tag: 0.3.2~134 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=36e8bf0d27a8eb19f72d82a5674b510c6d05efb5;p=timeside.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, diff --git a/timeside/__init__.py b/timeside/__init__.py index 5a60a14..52f41c5 100644 --- a/timeside/__init__.py +++ b/timeside/__init__.py @@ -9,6 +9,7 @@ import timeside.decoder import timeside.encoder import timeside.grapher import timeside.analyzer +import timeside.tests from timeside.core import *