Create setup.py

This commit is contained in:
GadgetReactor 2016-07-09 19:32:16 +08:00 committed by GitHub
parent 27dd078e57
commit 4ef443da0f

12
setup.py Normal file
View File

@ -0,0 +1,12 @@
from setuptools import setup
setup(name='pyW215',
version='0.1.1',
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)