From 3a572cb5d896c2e4e972dca2f84e531e90bec4c8 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 13 Oct 2017 16:01:04 +0300 Subject: Add: start_ick script to start ick Can't see why the command in ick2.service doesn't work, and I'm tired of debugging this. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 151dfb6..ac5ec63 100644 --- a/setup.py +++ b/setup.py @@ -28,6 +28,6 @@ setup( url='http://liw.fi/ick/', py_modules=['ick_controller'], packages=['ick2', 'ick2version'], - scripts=['create-token'], + scripts=['create-token', 'start_ick'], data_files=[], ) -- cgit v1.2.1