blob: 99fdd8e6ce1a721fc8f7301aa1d477d4d796bc92 [file] [log] [blame]
{
"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"
}
]
}