diff options
| author | Michael Foord <fuzzyman@voidspace.org.uk> | 2009-04-01 18:25:38 +0000 |
|---|---|---|
| committer | Michael Foord <fuzzyman@voidspace.org.uk> | 2009-04-01 18:25:38 +0000 |
| commit | 449b7d95d46f0b2e8a1fd73642d391ac3a29518e (patch) | |
| tree | 6672a5c4f965f26aa2a4ef6256fd0b2f7159ce13 /Misc/python-wing.wpr | |
| parent | 15ba4dae5a2b0bd2f06dff586cb469e7b5325209 (diff) | |
| download | cpython-git-449b7d95d46f0b2e8a1fd73642d391ac3a29518e.tar.gz | |
Adding Wing project file
Diffstat (limited to 'Misc/python-wing.wpr')
| -rw-r--r-- | Misc/python-wing.wpr | 13 |
1 files changed, 13 insertions, 0 deletions
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' |
