Skip to content

Commit fc39aaa

Browse files
committed
Fixed description
1 parent 7932ccd commit fc39aaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
from distutils.core import setup
77

88
LICENSE = open('LICENSE').read()
9-
DESCRIPTION = open('description.rst')
9+
DESCRIPTION = open('description.rst').read()
1010
OWNER_NAMES = 'emilmont, bogdanm'
1111
1212

1313
setup(name='mbed',
14-
version='0.1',
14+
version='0.1.1',
1515
description='Build and test system for mbed',
1616
long_description=DESCRIPTION,
1717
author=OWNER_NAMES,

0 commit comments

Comments
 (0)