Update project title

This commit is contained in:
Ivan Kravets
2014-11-07 22:22:18 +02:00
parent c821cdefa4
commit da234bf228
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ VERSION = (0, 9, "0-dev")
__version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio"
__description__ = ("A cross-platform code builder and library manager for "
"Arduino, MSP430, ARM")
__description__ = ("A cross-platform code builder and "
"the missing library manager")
__url__ = "http://platformio.ikravets.com"
__author__ = "Ivan Kravets"