Use a separate dict for identify the module tags
[bertos.git] / wizard / const.py
index 79d72ef83c4ad96b1708edd3996fd1f9215c44be..2b89412634570d8156f9761ddc64637b95d5779c 100644 (file)
@@ -47,4 +47,10 @@ EXTENSION_FILTER = (
     ".c++",
     ".mk",
     "Makefile",
-)
\ No newline at end of file
+)
+
+MODULE_DEFINITION = {
+    "module_name": "module_name",
+    "module_configuration": "module_configuration",
+    "module_depends": "module_depends",
+}
\ No newline at end of file