From 8681ac787e7b03e544cbfbcdf7b2d926c037c70c Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 26 Apr 2020 15:50:21 +0100 Subject: feat(fun/idual): Introduce real CLI that can send all commands Adds an idualctl CLI that can be used to control the lights. --- fun/idual/setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'fun/idual/setup.py') diff --git a/fun/idual/setup.py b/fun/idual/setup.py index 74156bcb0436..f10c3b86f24e 100644 --- a/fun/idual/setup.py +++ b/fun/idual/setup.py @@ -9,8 +9,7 @@ setup( author_email='mail@tazj.in', url='https://git.tazj.in/about/fun/idual', packages=['idual'], - package_dir = {'idual': ''}, - scripts = ['__init__.py'], + scripts = ['idualctl'], install_requires=['broadlink>=0.13.2'], include_package_data=True, ) -- cgit 1.4.1