From 253ee5dc828a8551f833037105b6b658b4197ab5 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 8 Jul 2013 23:57:55 +0200 Subject: [PATCH] rename scripts and cleanup old ones --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'], ) -- 2.39.5