mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Update project title
This commit is contained in:
@ -51,7 +51,7 @@ where you can setup different environments with specific
|
||||
options: platform type, firmware uploading settings, pre-built framework
|
||||
and many more.
|
||||
|
||||
.. image:: examples/platformio-examples.png
|
||||
.. image:: https://raw.githubusercontent.com/ivankravets/platformio/develop/examples/platformio-examples.png
|
||||
:target: https://raw.githubusercontent.com/ivankravets/platformio/develop/examples/platformio-examples.png
|
||||
:alt: Examples
|
||||
:width: 730px
|
||||
|
@ -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