From faf110105087211d11ab3e799f8a0bc723187de7 Mon Sep 17 00:00:00 2001 From: yomguy Date: Fri, 18 Jun 2010 17:09:25 +0000 Subject: [PATCH] add sub modules to setup --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7474f0b..ae1a2d9 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'], + packages=['timeside','timeside.decoder','timeside.encoder','timeside.grapher','timeside.analyzer'], keywords='audio analyze transcode graph', install_requires = ['setuptools',], include_package_data = True, -- 2.39.5