python-kasa/setup.py

13 lines
375 B
Python
Raw Normal View History

2016-07-09 11:32:16 +00:00
from setuptools import setup
2016-07-09 11:55:10 +00:00
setup(name='pyHS100',
2016-07-09 12:27:58 +00:00
version='0.1.2',
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)