From f2f3a865b7a96ab4622b804c4b7d3e2d72093b56 Mon Sep 17 00:00:00 2001 From: yomguy Date: Wed, 25 Aug 2010 20:56:23 +0000 Subject: [PATCH] fix new script --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 66d0665..406403a 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ METADATA = dict( keywords='audio analyze transcode graph', install_requires = ['setuptools',], include_package_data = True, - scripts=['timeside/tools/waveform_batch'], + scripts=['timeside/tools/waveform_batch.py'], ) -- 2.39.5