summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-10-13 16:01:04 +0300
committerLars Wirzenius <liw@liw.fi>2017-10-13 16:01:04 +0300
commit3a572cb5d896c2e4e972dca2f84e531e90bec4c8 (patch)
tree03cb4c2883746c5e31ebee11fd455adf78b1684a /setup.py
parentd9e213d0a866956a3adab75faae375a59174b19e (diff)
downloadick2-3a572cb5d896c2e4e972dca2f84e531e90bec4c8.tar.gz
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.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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=[],
)