From e6c9888e1802efad6fa0f69e24355e6f9bd76209 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 15 Oct 2017 14:51:52 +0300 Subject: Add: setup.py installs icktool --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index ab01f90..d8721ed 100644 --- a/setup.py +++ b/setup.py @@ -27,6 +27,6 @@ setup( url='http://liw.fi/ick/', py_modules=['ick_controller'], packages=['ick2'], - scripts=['create-token', 'start_ick'], + scripts=['create-token', 'start_ick', 'icktool'], data_files=[], ) -- cgit v1.2.1