From 11a7042a0458e30a75c975a286ca6fd95c331e22 Mon Sep 17 00:00:00 2001 From: Teemu R Date: Sat, 9 Jun 2018 17:45:10 +0200 Subject: [PATCH] update pypi description (#102) * update pypi description * add wall switches --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5e92dfed..a2fa48a5 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup(name='pyHS100', version='0.3.0', - description='Interface for TPLink HS100 Smart Plugs.', + description='Interface for TPLink HS1xx plugs, HS2xx wall switches & LB1xx bulbs', url='https://github.com/GadgetReactor/pyHS100', author='Sean Seah (GadgetReactor)', author_email='sean@gadgetreactor.com',