Version 0.1.4

pull/90/head
Paris Kasidiaris 2013-10-21 12:01:53 +01:00
parent ceb103b7b2
commit a826819ae9
4 changed files with 8 additions and 1 deletions

5
MANIFEST Normal file
View File

@ -0,0 +1,5 @@
# file GENERATED by distutils, do NOT edit
LICENSE
__init__.py
description.rst
setup.py

2
MANIFEST.in Normal file
View File

@ -0,0 +1,2 @@
include __init__.py LICENSE description.rst
graft workspace_tools libraries

0
__init__.py Normal file
View File

View File

@ -11,7 +11,7 @@ OWNER_NAMES = 'emilmont, bogdanm'
OWNER_EMAILS = 'Emilio.Monti@arm.com, Bogdan.Marinescu@arm.com' OWNER_EMAILS = 'Emilio.Monti@arm.com, Bogdan.Marinescu@arm.com'
setup(name='mbed', setup(name='mbed',
version='0.1.2', version='0.1.4',
description='Build and test system for mbed', description='Build and test system for mbed',
long_description=DESCRIPTION, long_description=DESCRIPTION,
author=OWNER_NAMES, author=OWNER_NAMES,