diff options
author | Michael Foord <michael@voidspace.org.uk> | 2013-09-15 08:02:18 (GMT) |
---|---|---|
committer | Michael Foord <michael@voidspace.org.uk> | 2013-09-15 08:02:18 (GMT) |
commit | 0fcf31a824239844f54e1cedd203b6286298ec26 (patch) | |
tree | c2ab0b6af30881d352b421ea560cb0609e61afc0 | |
parent | 8f8839e10adc4d2b89ca26642c89c22382b1ce2f (diff) | |
download | cpython-0fcf31a824239844f54e1cedd203b6286298ec26.zip cpython-0fcf31a824239844f54e1cedd203b6286298ec26.tar.gz cpython-0fcf31a824239844f54e1cedd203b6286298ec26.tar.bz2 |
Adding Wing 5 project file
-rw-r--r-- | Misc/python-wing5.wpr | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Misc/python-wing5.wpr b/Misc/python-wing5.wpr new file mode 100644 index 0000000..0e1ae63 --- /dev/null +++ b/Misc/python-wing5.wpr @@ -0,0 +1,18 @@ +#!wing +#!version=5.0 +################################################################## +# Wing IDE project file # +################################################################## +[project attributes] +proj.directory-list = [{'dirloc': loc('..'), + 'excludes': [u'.hg', + u'Lib/unittest/__pycache__', + u'Lib/unittest/test/__pycache__', + u'Lib/__pycache__', + u'build', + u'Doc/build'], + 'filter': '*', + 'include_hidden': False, + 'recursive': True, + 'watch_for_changes': True}] +proj.file-type = 'shared' |