forked from platformio/platformio-core
Add make related keywords
This commit is contained in:
3
setup.py
3
setup.py
@ -74,6 +74,7 @@ setup(
|
||||
keywords=[
|
||||
"iot", "build tool", "compiler", "builder", "library manager",
|
||||
"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