]> git.parisson.com Git - timeside.git/commitdiff
fix script path
authoryomguy <yomguy@parisson.com>
Thu, 17 Jun 2010 17:10:53 +0000 (17:10 +0000)
committeryomguy <yomguy@parisson.com>
Thu, 17 Jun 2010 17:10:53 +0000 (17:10 +0000)
setup.py

index 7316b3ef5c3654e9f20a9125a2da91c77f7da8cb..5e60df40d9e3f2b2b7a03d485f31d6398b54a676 100644 (file)
--- 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'],
 )