From: Michael Foord Date: Wed, 1 Apr 2009 18:25:38 +0000 (+0000) Subject: Adding Wing project file X-Git-Tag: v2.7a1~1633 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=449b7d95d46f0b2e8a1fd73642d391ac3a29518e;p=python Adding Wing project file --- diff --git a/Misc/README b/Misc/README index af6e8e8f45..920299b23c 100644 --- a/Misc/README +++ b/Misc/README @@ -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 index 0000000000..b1d905d60d --- /dev/null +++ b/Misc/python-wing.wpr @@ -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'