]> granicus.if.org Git - python/commitdiff
Adding Wing project file
authorMichael Foord <fuzzyman@voidspace.org.uk>
Wed, 1 Apr 2009 18:25:38 +0000 (18:25 +0000)
committerMichael Foord <fuzzyman@voidspace.org.uk>
Wed, 1 Apr 2009 18:25:38 +0000 (18:25 +0000)
Misc/README
Misc/python-wing.wpr [new file with mode: 0644]

index af6e8e8f453d1a17b27e09703295fcb0b9c44be3..920299b23c96e2be5f32dfc5816d4ebe96442c7b 100644 (file)
@@ -23,6 +23,7 @@ PURIFY.README Information for Purify users
 pymemcompat.h  Memory interface compatibility file.
 python.man     UNIX man page for the python interpreter
 python-mode.el Emacs mode for editing Python programs
+python-wing.wpr Wing IDE project file
 README         The file you're reading now
 README.valgrind        Information for Valgrind users, see valgrind-python.supp
 RFD            Request For Discussion about a Python newsgroup
diff --git a/Misc/python-wing.wpr b/Misc/python-wing.wpr
new file mode 100644 (file)
index 0000000..b1d905d
--- /dev/null
@@ -0,0 +1,13 @@
+#!wing
+#!version=3.0
+##################################################################
+# Wing IDE project file                                          #
+##################################################################
+[project attributes]
+proj.directory-list = [{'dirloc': loc('..'),
+                        'excludes': (),
+                        'filter': '*',
+                        'include_hidden': False,
+                        'recursive': True,
+                        'watch_for_changes': True}]
+proj.file-type = 'shared'