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