[Python-checkins] cpython: Adding Wing 5 project file

michael.foord python-checkins at python.org
Sat Nov 23 14:30:20 CET 2013


http://hg.python.org/cpython/rev/eb4b6709d092
changeset:   87408:eb4b6709d092
parent:      85607:36f3f58fddce
user:        Michael Foord <michael at voidspace.org.uk>
date:        Sun Sep 15 20:02:18 2013 +1200
summary:
  Adding Wing 5 project file

files:
  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
--- /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'

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list