mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Fix new lines between keywords
This commit is contained in:
4
setup.py
4
setup.py
@ -42,7 +42,7 @@ setup(
|
||||
"Topic :: Software Development :: Build Tools",
|
||||
"Topic :: Software Development :: Compilers"
|
||||
],
|
||||
keywords=("builder library manager atmel avr sam freescale kinetis nordic"
|
||||
"nrf51 nxp lpc st stm32 ti msp430 tiva teensy arduino mbed"
|
||||
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