From 8f66bcefd18521c776498e3ff35aaeab165d3e30 Mon Sep 17 00:00:00 2001 From: yomguy Date: Thu, 17 Jun 2010 17:09:57 +0000 Subject: [PATCH] add scripts, rm bad header --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 89da919..7316b3e 100644 --- a/setup.py +++ b/setup.py @@ -20,6 +20,7 @@ METADATA = dict( keywords='audio analyze transcode graph', install_requires = ['setuptools',], include_package_data = True, + scripts=['tools/waveform_batch.py'], ) -- 2.39.5