Staging
v0.5.1
https://github.com/python/cpython
Revision c4a53e48a98b3d8fdcfc11d1b5af3ea0dd987a88 authored by Miss Islington (bot) on 25 June 2020, 15:15:06 UTC, committed by GitHub on 25 June 2020, 15:15:06 UTC
(cherry picked from commit 8ea6353f60625c96ce96588c70ff24a77f8c71f9)

Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
1 parent 8075fe1
Raw File
Tip revision: c4a53e48a98b3d8fdcfc11d1b5af3ea0dd987a88 authored by Miss Islington (bot) on 25 June 2020, 15:15:06 UTC
BPO-41100: Support macOS 11 when building (GH-21113)
Tip revision: c4a53e4
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