FIX the license in setup.py

There is the  MIT license.txt file and setup.py sets a different one
This commit is contained in:
Jiri Popek
2014-10-29 10:46:49 +01:00
parent ab0c785f64
commit 248eb509c8

View File

@@ -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'],
)