Syntax error when i doing bench site migrate

refer to how add new module ,
after i added module in desktop.py , have syntax error when i want to doing migrate

this is module code i added :

 {
"module_name": "Real State",
"category": "Modules",
"label": ("Real State"),
"color": "#1abc9c",
"icon": "octicon octicon-tag",
"type": "module",
"description": "Dive into the basics for your organisation's needs." ,
},

and this a error :

  **File "../apps/erpnext/erpnext/config/desktop.py", line 160**

** “module_name”:“Real State”,**
** ^**
** SyntaxError: invalid syntax**

I’m pretty sure it’s the ‘(’, ‘)’ in the label line. Have you tried without those?