From 7887375beab7d20c000698b649dae9970325cb5d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 1 Apr 2017 19:33:53 +0300 Subject: Install controller script and ick2lib --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index f9fc0f3..c7c8300 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( author='Lars Wirzenius', author_email='liw@liw.fi', url='http://liw.fi/ick/', - scripts=[], - packages=[], + scripts=['controller'], + packages=['ick2lib'], data_files=[], ) -- cgit v1.2.1