forked from platformio/platformio-core
Avoid trademarks issues
This commit is contained in:
@ -24,7 +24,8 @@ PlatformIO
|
||||
`Blog <http://www.ikravets.com/category/computer-life/platformio>`_ |
|
||||
`Twitter <https://twitter.com/smartanthill>`_
|
||||
|
||||
**PlatformIO** is a cross-platform code builder and library manager (Arduino, MSP430, ARM).
|
||||
**PlatformIO** is a cross-platform code builder and library manager for
|
||||
*Arduino, MSP430, ARM*.
|
||||
|
||||
* `Website + Library Search <http://platformio.ikravets.com>`_
|
||||
* `Quickstart <http://docs.platformio.ikravets.com/en/latest/quickstart.html>`_
|
||||
|
@ -1,5 +1,5 @@
|
||||
PlatformIO: A cross-platform code builder and library manager (Arduino, MSP430, ARM)
|
||||
====================================================================================
|
||||
PlatformIO: A cross-platform code builder and library manager for Arduino, MSP430, ARM
|
||||
======================================================================================
|
||||
|
||||
`Website + Library Search <http://platformio.ikravets.com>`_ |
|
||||
`Project Examples <https://github.com/ivankravets/platformio/tree/develop/examples>`_ |
|
||||
|
@ -5,8 +5,8 @@ VERSION = (0, 8, "0-dev")
|
||||
__version__ = ".".join([str(s) for s in VERSION])
|
||||
|
||||
__title__ = "platformio"
|
||||
__description__ = ("A cross-platform code builder and library manager "
|
||||
"(Arduino, MSP430, ARM)")
|
||||
__description__ = ("A cross-platform code builder and library manager for "
|
||||
"Arduino, MSP430, ARM")
|
||||
__url__ = "http://platformio.ikravets.com"
|
||||
|
||||
__author__ = "Ivan Kravets"
|
||||
|
Reference in New Issue
Block a user