Update project title
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user