Add make related keywords

This commit is contained in:
Ivan Kravets
2015-12-15 20:10:04 +02:00
parent 1e21d6e05b
commit 3afc8c7908

View File

@ -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"
] ]
) )