From: yomguy Date: Fri, 18 Jun 2010 08:32:50 +0000 (+0000) Subject: fix setup for scripts X-Git-Tag: 0.3.2~145 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=743a1553494525623a2d986d36845f35508f2032;p=timeside.git fix setup for scripts --- diff --git a/setup.py b/setup.py index 5e60df4..a473e1e 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ METADATA = dict( keywords='audio analyze transcode graph', install_requires = ['setuptools',], include_package_data = True, - scripts=['timeside/tools/waveform_batch.py'], + scripts=['timeside/tools/waveform_batch'], )