From dff91042fd6f3244b6af28b70e09ce38676c8fb1 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 25 Apr 2020 23:13:36 +0100 Subject: feat(fun/idual): Implement some utilities for controlling lights This program, if build in its executable form, will try to turn the lights on and put them into "morning mode". --- fun/idual/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fun/idual/setup.py') diff --git a/fun/idual/setup.py b/fun/idual/setup.py index b218b07f7875..74156bcb0436 100644 --- a/fun/idual/setup.py +++ b/fun/idual/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -from setuptools import setup, find_packages +from setuptools import setup setup( name='idualctl', @@ -10,7 +10,7 @@ setup( url='https://git.tazj.in/about/fun/idual', packages=['idual'], package_dir = {'idual': ''}, - scripts = ['idual.py'], + scripts = ['__init__.py'], install_requires=['broadlink>=0.13.2'], include_package_data=True, ) -- cgit 1.4.1