python-kasa/setup.py
2016-10-17 15:36:07 +03:00

13 lines
375 B
Python

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