mirror of https://github.com/ARMmbed/mbed-os.git
Added Author and Maintainer names
parent
a4ac8a734a
commit
d903e6ae1c
4
setup.py
4
setup.py
|
@ -12,9 +12,9 @@ setup(name='Mbed',
|
|||
version='0.0.1',
|
||||
description='Build and test system for mbed',
|
||||
long_description=DESCRIPTION,
|
||||
author='Author name',
|
||||
author='Emilio Monti',
|
||||
author_email='Author email',
|
||||
maintainer='Maintainer name',
|
||||
maintainer='Bogdan Marinescu',
|
||||
maintainer_email='Maintainer email',
|
||||
url='https://github.com/mbedmicro/mbed',
|
||||
license=LICENSE)
|
||||
|
|
Loading…
Reference in New Issue