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