From: yomguy Date: Thu, 17 Jun 2010 17:09:57 +0000 (+0000) Subject: add scripts, rm bad header X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=8f66bcefd18521c776498e3ff35aaeab165d3e30;p=timeside-diadems.git add scripts, rm bad header --- 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'], )