mirror of https://github.com/ARMmbed/mbed-os.git
Fixed description
parent
7932ccd4f6
commit
fc39aaa42d
4
setup.py
4
setup.py
|
|
@ -6,12 +6,12 @@ PyPI package for the Mbed SDK
|
|||
from distutils.core import setup
|
||||
|
||||
LICENSE = open('LICENSE').read()
|
||||
DESCRIPTION = open('description.rst')
|
||||
DESCRIPTION = open('description.rst').read()
|
||||
OWNER_NAMES = 'emilmont, bogdanm'
|
||||
OWNER_EMAILS = 'Emilio.Monti@arm.com, Bogdan.Marinescu@arm.com'
|
||||
|
||||
setup(name='mbed',
|
||||
version='0.1',
|
||||
version='0.1.1',
|
||||
description='Build and test system for mbed',
|
||||
long_description=DESCRIPTION,
|
||||
author=OWNER_NAMES,
|
||||
|
|
|
|||
Loading…
Reference in New Issue