From 31410f3fdce94f3debe33745d03b1a7623829aec 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