mirror of
https://github.com/thearn/Python-Arduino-Command-API.git
synced 2026-04-24 03:00:20 -04:00
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:
2
setup.py
2
setup.py
@@ -8,6 +8,6 @@ setup(name='arduino-python',
|
|||||||
author='Tristan Hearn',
|
author='Tristan Hearn',
|
||||||
author_email='tristanhearn@gmail.com',
|
author_email='tristanhearn@gmail.com',
|
||||||
url='https://github.com/thearn/Python-Arduino-Command-API',
|
url='https://github.com/thearn/Python-Arduino-Command-API',
|
||||||
license='Apache 2.0',
|
license='MIT',
|
||||||
packages=['Arduino'],
|
packages=['Arduino'],
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user