]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Adding Wing 5 project file
authorMichael Foord <michael@voidspace.org.uk>
Sun, 15 Sep 2013 08:02:18 +0000 (20:02 +1200)
committerMichael Foord <michael@voidspace.org.uk>
Sun, 15 Sep 2013 08:02:18 +0000 (20:02 +1200)
Misc/python-wing5.wpr [new file with mode: 0644]

diff --git a/Misc/python-wing5.wpr b/Misc/python-wing5.wpr
new file mode 100644 (file)
index 0000000..0e1ae63
--- /dev/null
@@ -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'