From: Michael Foord Date: Wed, 13 Oct 2010 13:15:02 +0000 (+0000) Subject: Adding Wing IDE version 4 project file X-Git-Tag: v3.2a4~631 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fc33818d193c2d69f6edc04b493946361ac2bb18;p=thirdparty%2FPython%2Fcpython.git Adding Wing IDE version 4 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 000000000000..cc2cf2323ecf --- /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'