Staging
v0.5.1
https://github.com/python/cpython
Revision e6f8a7378d701823c6821217bf7ac8a540ab143b authored by Ned Deily on 05 December 2017, 03:55:20 UTC, committed by GitHub on 05 December 2017, 03:55:20 UTC
1 parent 24e0469
Raw File
Tip revision: e6f8a7378d701823c6821217bf7ac8a540ab143b authored by Ned Deily on 05 December 2017, 03:55:20 UTC
Update macOS installer to XZ 5.2.3 (#4718)
Tip revision: e6f8a73
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