From 6273a10c50da0e1c743e0fc5082293f583650d44 Mon Sep 17 00:00:00 2001 From: yomguy Date: Wed, 19 Sep 2012 13:29:52 +0200 Subject: [PATCH] add scripts to setup --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index e76cf43..916392f 100644 --- a/setup.py +++ b/setup.py @@ -35,4 +35,5 @@ setup( packages = find_packages(), include_package_data = True, zip_safe = False, + scripts=['scripts/ts-waveforms'], ) -- 2.39.5