diff options
author | Vincent Ambo <tazjin@google.com> | 2020-04-26T14·50+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-04-26T14·50+0100 |
commit | 8681ac787e7b03e544cbfbcdf7b2d926c037c70c (patch) | |
tree | 65b6c357af3a269e35d111a8ff213028af3b5c36 /fun/idual/setup.py | |
parent | a34f7ef11999636deffd47f8efdc6847d4c676d7 (diff) |
feat(fun/idual): Introduce real CLI that can send all commands r/692
Adds an idualctl CLI that can be used to control the lights.
Diffstat (limited to 'fun/idual/setup.py')
-rw-r--r-- | fun/idual/setup.py | 3 |
1 files changed, 1 insertions, 2 deletions
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, ) |