mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 01:57:13 +02:00
Rephrase slogan (add library manager)
This commit is contained in:
@ -43,8 +43,8 @@ PlatformIO
|
|||||||
:target: http://platformio.org
|
:target: http://platformio.org
|
||||||
|
|
||||||
`PlatformIO <http://platformio.org>`_ is an open source ecosystem for IoT
|
`PlatformIO <http://platformio.org>`_ is an open source ecosystem for IoT
|
||||||
development. Cross-platform code builder. Continuous and IDE integration.
|
development. Cross-platform code builder and library manager. Continuous and
|
||||||
Arduino and MBED compatible. Ready for Cloud compiling.
|
IDE integration. Arduino and MBED compatible. Ready for Cloud compiling.
|
||||||
|
|
||||||
* **Development Platforms** - Embedded and Desktop development platforms with
|
* **Development Platforms** - Embedded and Desktop development platforms with
|
||||||
pre-built toolchains, debuggers, uploaders and frameworks which work under
|
pre-built toolchains, debuggers, uploaders and frameworks which work under
|
||||||
|
@ -12,8 +12,8 @@
|
|||||||
PlatformIO is an open source ecosystem for IoT development
|
PlatformIO is an open source ecosystem for IoT development
|
||||||
==========================================================
|
==========================================================
|
||||||
|
|
||||||
**Cross-platform code builder. Continuous and IDE integration.
|
**Cross-platform code builder and library manager. Continuous and IDE
|
||||||
Arduino and MBED compatible. Ready for Cloud compiling.**
|
integration. Arduino and MBED compatible. Ready for Cloud compiling.**
|
||||||
|
|
||||||
* **Development Platforms** - Embedded and Desktop development platforms with
|
* **Development Platforms** - Embedded and Desktop development platforms with
|
||||||
pre-built toolchains, debuggers, uploaders and frameworks which work under
|
pre-built toolchains, debuggers, uploaders and frameworks which work under
|
||||||
|
@ -18,7 +18,8 @@ __version__ = ".".join([str(s) for s in VERSION])
|
|||||||
__title__ = "platformio"
|
__title__ = "platformio"
|
||||||
__description__ = (
|
__description__ = (
|
||||||
"An open source ecosystem for IoT development. "
|
"An open source ecosystem for IoT development. "
|
||||||
"Cross-platform code builder. Continuous and IDE integration. "
|
"Cross-platform code builder and library manager. "
|
||||||
|
"Continuous and IDE integration. "
|
||||||
"Arduino and MBED compatible. Ready for Cloud compiling."
|
"Arduino and MBED compatible. Ready for Cloud compiling."
|
||||||
)
|
)
|
||||||
__url__ = "http://platformio.org"
|
__url__ = "http://platformio.org"
|
||||||
|
Reference in New Issue
Block a user