blob: 99fdd8e6ce1a721fc8f7301aa1d477d4d796bc92 [file] [log] [blame]
Tang Cheng02b96422012-12-20 14:04:04 +08001{
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}