From: Michael Foord Date: Sat, 20 Nov 2010 17:47:30 +0000 (+0000) Subject: Adding Wing 4 (IDE) project file X-Git-Tag: v2.7.1~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bbd72509b58bc2293137034863dc67bd071575c8;p=python Adding Wing 4 (IDE) project file --- diff --git a/Misc/python-wing.wpr b/Misc/python-wing3.wpr similarity index 100% rename from Misc/python-wing.wpr rename to Misc/python-wing3.wpr diff --git a/Misc/python-wing4.wpr b/Misc/python-wing4.wpr new file mode 100644 index 0000000000..c3f1537cdc --- /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'