]> git.parisson.com Git - timeside.git/commitdiff
fix new script
authoryomguy <yomguy@parisson.com>
Wed, 25 Aug 2010 20:56:23 +0000 (20:56 +0000)
committeryomguy <yomguy@parisson.com>
Wed, 25 Aug 2010 20:56:23 +0000 (20:56 +0000)
setup.py

index 66d06653037709121bb25118cfd91fe43537ed79..406403acc1e13c4eceaf7eda851032f765f51982 100644 (file)
--- 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'],
 )