mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 18:17: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])
|
__version__ = ".".join([str(s) for s in VERSION])
|
||||||
|
|
||||||
__title__ = "platformio"
|
__title__ = "platformio"
|
||||||
__description__ = ("A cross-platform code builder and "
|
__description__ = ("A cross-platform code builder and the missing library "
|
||||||
"the missing library manager")
|
"manager (Atmel AVR & SAM, Freescale Kinetis, "
|
||||||
|
"Nordic nRF51, NXP LPC, ST STM32, TI MSP430 & Tiva, "
|
||||||
|
"Teensy, Arduino, mbed, libOpenCM3, etc.)")
|
||||||
__url__ = "http://platformio.org"
|
__url__ = "http://platformio.org"
|
||||||
|
|
||||||
__author__ = "Ivan Kravets"
|
__author__ = "Ivan Kravets"
|
||||||
|
5
setup.py
5
setup.py
@ -42,6 +42,7 @@ 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 teensy stm32 "
|
keywords=("builder library manager atmel avr sam freescale kinetis nordic"
|
||||||
"ti msp430 tiva mbed arduino opencm3")
|
"nrf51 nxp lpc st stm32 ti msp430 tiva teensy arduino mbed"
|
||||||
|
"libopencm3")
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user