Staging
v0.8.1
Revision 98758bc67fb39b74bab368bef8ff3b34554c77c8 authored by Terry Jan Reedy on 12 September 2017, 13:05:16 UTC, committed by GitHub on 12 September 2017, 13:05:16 UTC
IDLE calls tcl/tk update in the background in order to make live
interaction and experimentatin with tkinter applications much easier.
1 parent adb4cd2
Raw File
python-wing5.wpr
#!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'
back to top