forked from platformio/platformio-core
Update PlatformIO slogan
This commit is contained in:
11
README.rst
11
README.rst
@@ -38,15 +38,16 @@ PlatformIO
|
|||||||
`Reddit <http://www.reddit.com/r/platformio/>`_ |
|
`Reddit <http://www.reddit.com/r/platformio/>`_ |
|
||||||
`Twitter <https://twitter.com/PlatformIO_Org>`_
|
`Twitter <https://twitter.com/PlatformIO_Org>`_
|
||||||
|
|
||||||
*Atmel AVR & SAM, Espressif, Freescale Kinetis, Nordic nRF51, NXP LPC,
|
|
||||||
Silicon Labs EFM32, ST STM32, TI MSP430 & Tiva, Teensy, Arduino, mbed,
|
|
||||||
libOpenCM3, etc.*
|
|
||||||
|
|
||||||
.. image:: https://raw.githubusercontent.com/platformio/platformio/develop/docs/_static/platformio-logo.png
|
.. image:: https://raw.githubusercontent.com/platformio/platformio/develop/docs/_static/platformio-logo.png
|
||||||
:target: http://platformio.org
|
:target: http://platformio.org
|
||||||
|
|
||||||
`PlatformIO <http://platformio.org>`_ is a cross-platform code builder
|
`PlatformIO <http://platformio.org>`_ is a cross-platform code builder
|
||||||
and the missing library manager.
|
and the missing library manager (Ready for embedded development, IDE and
|
||||||
|
Continuous integration, Arduino and MBED compatible).
|
||||||
|
|
||||||
|
*Atmel AVR & SAM, Espressif, Freescale Kinetis, Nordic nRF51, NXP LPC,
|
||||||
|
Silicon Labs EFM32, ST STM32, TI MSP430 & Tiva, Teensy, Arduino, mbed,
|
||||||
|
libOpenCM3, etc.*
|
||||||
|
|
||||||
* `Get Started <http://platformio.org/#!/get-started>`_
|
* `Get Started <http://platformio.org/#!/get-started>`_
|
||||||
* `Web 2.0 Library Search <http://platformio.org/#!/lib>`_
|
* `Web 2.0 Library Search <http://platformio.org/#!/lib>`_
|
||||||
|
@@ -1,5 +1,8 @@
|
|||||||
PlatformIO: A cross-platform code builder and the missing library manager
|
PlatformIO is a cross-platform code builder and the missing library manager
|
||||||
=========================================================================
|
===========================================================================
|
||||||
|
|
||||||
|
**Ready for embedded development, IDE and Continuous integration, Arduino and
|
||||||
|
MBED compatible**
|
||||||
|
|
||||||
*Atmel AVR & SAM, Espressif, Freescale Kinetis, Nordic nRF51, NXP LPC,
|
*Atmel AVR & SAM, Espressif, Freescale Kinetis, Nordic nRF51, NXP LPC,
|
||||||
Silicon Labs EFM32, ST STM32, TI MSP430 & Tiva, Teensy, Arduino, mbed,
|
Silicon Labs EFM32, ST STM32, TI MSP430 & Tiva, Teensy, Arduino, mbed,
|
||||||
|
@@ -1,14 +1,15 @@
|
|||||||
# Copyright (C) Ivan Kravets <me@ikravets.com>
|
# Copyright (C) Ivan Kravets <me@ikravets.com>
|
||||||
# See LICENSE for details.
|
# See LICENSE for details.
|
||||||
|
|
||||||
VERSION = (2, 2, "0.dev6")
|
VERSION = (2, 2, "0a1")
|
||||||
__version__ = ".".join([str(s) for s in VERSION])
|
__version__ = ".".join([str(s) for s in VERSION])
|
||||||
|
|
||||||
__title__ = "platformio"
|
__title__ = "platformio"
|
||||||
__description__ = ("A cross-platform code builder and the missing library "
|
__description__ = (
|
||||||
"manager (Atmel AVR & SAM, Espressif, Freescale Kinetis, "
|
"Cross-platform code builder and the missing library manager "
|
||||||
"Nordic nRF51, NXP LPC, Silicon Labs EFM32, ST STM32, "
|
"(Ready for embedded development, IDE and Continuous integration, "
|
||||||
"TI MSP430 & Tiva, Teensy, Arduino, mbed, libOpenCM3, etc)")
|
"Arduino and MBED compatible)"
|
||||||
|
)
|
||||||
__url__ = "http://platformio.org"
|
__url__ = "http://platformio.org"
|
||||||
|
|
||||||
__author__ = "Ivan Kravets"
|
__author__ = "Ivan Kravets"
|
||||||
|
9
setup.py
9
setup.py
@@ -50,7 +50,10 @@ setup(
|
|||||||
"Topic :: Software Development :: Build Tools",
|
"Topic :: Software Development :: Build Tools",
|
||||||
"Topic :: Software Development :: Compilers"
|
"Topic :: Software Development :: Compilers"
|
||||||
],
|
],
|
||||||
keywords=("builder library manager atmel avr sam espressif esp freescale "
|
keywords=(
|
||||||
"kinetis nordic nrf51 nxp lpc silicon labs efm32 st stm32 ti "
|
"builder library manager embedded development ide continuous "
|
||||||
"msp430 tiva teensy arduino mbed libopencm3")
|
"integration atmel avr sam espressif esp freescale kinetis nordic "
|
||||||
|
"nrf51 nxp lpc silicon labs efm32 st stm32 ti msp430 tiva teensy "
|
||||||
|
"arduino mbed libopencm3"
|
||||||
|
)
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user