Staging
v0.5.1
https://github.com/python/cpython
Revision 253209149389e6793a052034e1f2d97691086f18 authored by Steve Dower on 07 December 2018, 05:09:53 UTC, committed by GitHub on 07 December 2018, 05:09:53 UTC
1 parent 72c7195
Raw File
Tip revision: 253209149389e6793a052034e1f2d97691086f18 authored by Steve Dower on 07 December 2018, 05:09:53 UTC
[3.7] bpo-34977: Add Windows App Store package (GH-10245)
Tip revision: 2532091
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