mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 01:57:13 +02:00
Improve project description and keywords
This commit is contained in:
@ -5,8 +5,10 @@ VERSION = (1, 2, "0.dev1")
|
||||
__version__ = ".".join([str(s) for s in VERSION])
|
||||
|
||||
__title__ = "platformio"
|
||||
__description__ = ("A cross-platform code builder and "
|
||||
"the missing library manager")
|
||||
__description__ = ("A cross-platform code builder and the missing library "
|
||||
"manager (Atmel AVR & SAM, Freescale Kinetis, "
|
||||
"Nordic nRF51, NXP LPC, ST STM32, TI MSP430 & Tiva, "
|
||||
"Teensy, Arduino, mbed, libOpenCM3, etc.)")
|
||||
__url__ = "http://platformio.org"
|
||||
|
||||
__author__ = "Ivan Kravets"
|
||||
|
5
setup.py
5
setup.py
@ -42,6 +42,7 @@ setup(
|
||||
"Topic :: Software Development :: Build Tools",
|
||||
"Topic :: Software Development :: Compilers"
|
||||
],
|
||||
keywords=("builder library manager atmel avr sam teensy stm32 "
|
||||
"ti msp430 tiva mbed arduino opencm3")
|
||||
keywords=("builder library manager atmel avr sam freescale kinetis nordic"
|
||||
"nrf51 nxp lpc st stm32 ti msp430 tiva teensy arduino mbed"
|
||||
"libopencm3")
|
||||
)
|
||||
|
Reference in New Issue
Block a user