summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-10-15 14:51:52 +0300
committerLars Wirzenius <liw@liw.fi>2017-10-15 14:51:52 +0300
commite6c9888e1802efad6fa0f69e24355e6f9bd76209 (patch)
treeb883d1b6d71cdeb191d58a3851a9313c49d65407 /setup.py
parentefe18ac641d59556af123edada0ff0acc490e3ab (diff)
downloadick2-e6c9888e1802efad6fa0f69e24355e6f9bd76209.tar.gz
Add: setup.py installs icktool
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 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=[],
)