From e5eff67d49cb833d751e244f43a9c65679c7003e Mon Sep 17 00:00:00 2001 From: yomguy Date: Thu, 17 Jun 2010 17:10:53 +0000 Subject: [PATCH] fix script path --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7316b3e..5e60df4 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=['tools/waveform_batch.py'], + scripts=['timeside/tools/waveform_batch.py'], ) -- 2.39.5