From: Michael Foord Date: Sun, 15 Sep 2013 08:02:18 +0000 (+1200) Subject: Adding Wing 5 project file X-Git-Tag: v3.4.0b1~69^2~5^2^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0fcf31a824239844f54e1cedd203b6286298ec26;p=thirdparty%2FPython%2Fcpython.git Adding Wing 5 project file --- diff --git a/Misc/python-wing5.wpr b/Misc/python-wing5.wpr new file mode 100644 index 000000000000..0e1ae635438c --- /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'