From: Guillaume Pellerin Date: Mon, 8 Jul 2013 21:57:55 +0000 (+0200) Subject: rename scripts and cleanup old ones X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=253ee5dc828a8551f833037105b6b658b4197ab5;p=timeside-diadems.git rename scripts and cleanup old ones --- diff --git a/setup.py b/setup.py index b46ba6f..d6a82b7 100644 --- a/setup.py +++ b/setup.py @@ -40,5 +40,5 @@ setup( packages = find_packages(), include_package_data = True, zip_safe = False, - scripts=['scripts/ts-waveforms'], + scripts=['scripts/timeside-waveforms'], )