python-kasa/setup.py
2016-12-13 14:50:40 +08:00

13 lines
377 B
Python

from setuptools import setup
setup(name='pyHS100',
version='0.2.2',
description='Interface for TPLink HS100 Smart Plugs.',
url='https://github.com/GadgetReactor/pyHS100',
author='Sean Seah (GadgetReactor)',
author_email='sean@gadgetreactor.com',
license='GPLv3',
packages=['pyHS100'],
install_requires=[],
zip_safe=False)