Staging
v0.5.1
https://github.com/python/cpython
Revision 73653062b1ef76b879c01a09163db2cff6548c3c authored by Steve Dower on 24 September 2018, 12:53:35 UTC, committed by Miss Islington (bot) on 24 September 2018, 12:53:35 UTC
1 parent a3a6398
Raw File
Tip revision: 73653062b1ef76b879c01a09163db2cff6548c3c authored by Steve Dower on 24 September 2018, 12:53:35 UTC
[3.6] bpo-34582: Update syntax of Azure Pipelines builds (GH-9521) (GH-9528)
Tip revision: 7365306
python-wing4.wpr
#!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'
back to top