diff options
author | Michael Foord <fuzzyman@voidspace.org.uk> | 2010-10-13 13:15:02 (GMT) |
---|---|---|
committer | Michael Foord <fuzzyman@voidspace.org.uk> | 2010-10-13 13:15:02 (GMT) |
commit | fc33818d193c2d69f6edc04b493946361ac2bb18 (patch) | |
tree | 2c1feafc7e7201e7b332a1d7f1a6c58d5522ad0c /Misc/python-wing4.wpr | |
parent | fc113eeb7d540cf27c66992c15879daeafbce402 (diff) | |
download | cpython-fc33818d193c2d69f6edc04b493946361ac2bb18.zip cpython-fc33818d193c2d69f6edc04b493946361ac2bb18.tar.gz cpython-fc33818d193c2d69f6edc04b493946361ac2bb18.tar.bz2 |
Adding Wing IDE version 4 project file
Diffstat (limited to 'Misc/python-wing4.wpr')
-rw-r--r-- | Misc/python-wing4.wpr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Misc/python-wing4.wpr b/Misc/python-wing4.wpr new file mode 100644 index 0000000..cc2cf23 --- /dev/null +++ b/Misc/python-wing4.wpr @@ -0,0 +1,13 @@ +#!wing +#!version=4.0 +################################################################## +# Wing IDE project file # +################################################################## +[project attributes] +proj.directory-list = [{'dirloc': loc('..'), + 'excludes': [u'Lib/__pycache__'], + 'filter': '*', + 'include_hidden': False, + 'recursive': True, + 'watch_for_changes': True}] +proj.file-type = 'shared' |