From: yomguy Date: Thu, 17 Jun 2010 16:58:54 +0000 (+0000) Subject: fix bad desc dict X-Git-Tag: 0.3.2~150 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=d2d82066a27381c4884e84d8ebe947edaf9b59c6;p=timeside.git fix bad desc dict --- diff --git a/setup.py b/setup.py index a4936d5..89da919 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ METADATA = dict( url='http://code.google.com/p/timeside', packages=['timeside'], keywords='audio analyze transcode graph', - install_requires = ['setuptools',] + install_requires = ['setuptools',], include_package_data = True, )