Fixed description

pull/90/head
Paris Kasidiaris 2013-10-21 11:40:11 +01:00
parent 7932ccd4f6
commit fc39aaa42d
1 changed files with 2 additions and 2 deletions

View File

@ -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,