mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Add make related keywords
This commit is contained in:
3
setup.py
3
setup.py
@ -74,6 +74,7 @@ setup(
|
|||||||
keywords=[
|
keywords=[
|
||||||
"iot", "build tool", "compiler", "builder", "library manager",
|
"iot", "build tool", "compiler", "builder", "library manager",
|
||||||
"embedded", "ci", "continuous integration", "arduino", "mbed",
|
"embedded", "ci", "continuous integration", "arduino", "mbed",
|
||||||
"framework", "ide", "ide integration", "library.json"
|
"framework", "ide", "ide integration", "library.json", "make", "cmake",
|
||||||
|
"makefile", "mk"
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user