| { | |
| "folders": | |
| [ | |
| { | |
| "path" : ".", | |
| "folder_exclude_patterns" : ["build", ".idea", ".settings"] | |
| } | |
| ], | |
| "build_systems" : | |
| [ | |
| { | |
| "name": "Python setup build", | |
| "cmd" : ["python", "${project_path}/setup.py", "install"], | |
| "working_dir": "${project_path}", | |
| "selector" : "source.python", | |
| "encoding": "gbk" | |
| } | |
| ] | |
| } |