diff options
author | Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> | 2021-12-14 13:01:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-14 13:01:13 (GMT) |
commit | d46d08d9474cb00b697dbdbb12cc7ce8f8ddfcec (patch) | |
tree | 59a211d0acf122adc0f36aef28062d8d85aa25f1 /Misc/python-wing4.wpr | |
parent | 9130a4d62032468e0d4949aaa49c29afb0d854ca (diff) | |
download | cpython-d46d08d9474cb00b697dbdbb12cc7ce8f8ddfcec.zip cpython-d46d08d9474cb00b697dbdbb12cc7ce8f8ddfcec.tar.gz cpython-d46d08d9474cb00b697dbdbb12cc7ce8f8ddfcec.tar.bz2 |
bpo-23469: Delete Wing IDE configuration files (GH-30067)
Diffstat (limited to 'Misc/python-wing4.wpr')
-rwxr-xr-x | Misc/python-wing4.wpr | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Misc/python-wing4.wpr b/Misc/python-wing4.wpr deleted file mode 100755 index 7adfdbd..0000000 --- a/Misc/python-wing4.wpr +++ /dev/null @@ -1,18 +0,0 @@ -#!wing -#!version=4.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' |