From 248eb509c8e17d5007925cf224219a4e70f27fef Mon Sep 17 00:00:00 2001 From: Jiri Popek Date: Wed, 29 Oct 2014 10:46:49 +0100 Subject: [PATCH] FIX the license in setup.py There is the MIT license.txt file and setup.py sets a different one --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0558d82..f82f35d 100644 --- a/setup.py +++ b/setup.py @@ -8,6 +8,6 @@ setup(name='arduino-python', author='Tristan Hearn', author_email='tristanhearn@gmail.com', url='https://github.com/thearn/Python-Arduino-Command-API', - license='Apache 2.0', + license='MIT', packages=['Arduino'], )