Tang Cheng | 02b9642 | 2012-12-20 14:04:04 +0800 | [diff] [blame] | 1 | { |
2 | "folders": | ||||
3 | [ | ||||
4 | { | ||||
5 | "path" : ".", | ||||
6 | "folder_exclude_patterns" : ["build", ".idea", ".settings"] | ||||
7 | } | ||||
8 | ], | ||||
9 | "build_systems" : | ||||
10 | [ | ||||
11 | { | ||||
12 | "name": "Python setup build", | ||||
13 | "cmd" : ["python", "${project_path}/setup.py", "install"], | ||||
14 | "working_dir": "${project_path}", | ||||
15 | "selector" : "source.python", | ||||
16 | "encoding": "gbk" | ||||
17 | } | ||||
18 | ] | ||||
19 | } |