mclarkk / lifxlan

Python library for accessing LIFX devices locally using the official LIFX LAN protocol.
MIT License
503 stars 115 forks source link

Setup.py does not work. #157

Closed ceboxsell closed 3 years ago

ceboxsell commented 3 years ago

The local install script does not work as it doesn't support install_requires.

mclarkk commented 3 years ago

Switched to setuptools from distutils. Seems to work now, let me know if it doesn't.

ceboxsell commented 3 years ago

all good now.