From: yomguy Date: Fri, 18 Jun 2010 17:09:25 +0000 (+0000) Subject: add sub modules to setup X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=faf110105087211d11ab3e799f8a0bc723187de7;p=timeside-diadems.git add sub modules to setup --- 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,