From 89650bdbbe12cb26e30083fead275cee2e94b19e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 27 Feb 2021 10:09:53 +0100 Subject: [PATCH] Add license tag --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 4e7bd38c..39d12db7 100644 --- a/setup.py +++ b/setup.py @@ -8,6 +8,7 @@ description = 'A library to communicate with Switchbot', author='Daniel Hjelseth Hoyer', url='https://github.com/Danielhiversen/pySwitchbot/', + license='MIT', classifiers=[ 'Development Status :: 3 - Alpha', 'Environment :: Other Environment',