From e78a1f6e673b5d24c6887e2d1b69c82776396697 Mon Sep 17 00:00:00 2001 From: Dima Zavin Date: Mon, 10 Oct 2016 01:38:57 -0700 Subject: [PATCH] fixup setup.py for upload Signed-off-by: Dima Zavin --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cb5fbaf..4ebad94 100644 --- a/setup.py +++ b/setup.py @@ -13,10 +13,11 @@ packages=find_packages(), classifiers = [ 'Development Status :: 3 - Alpha', - 'License :: OSI Approved :: The MIT License (MIT)', + 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent', 'Programming Language :: Python', 'Programming Language :: Python :: 3.4', + 'Topic :: Home Automation', 'Topic :: Software Development :: Libraries :: Python Modules', ], install_requires=[],