Staging
v0.5.1
https://github.com/python/cpython
Revision 69372eea08509b4209977f5643db02d6b8d10ca3 authored by Miss Islington (bot) on 28 July 2019, 11:48:26 UTC, committed by GitHub on 28 July 2019, 11:48:26 UTC
(cherry picked from commit 17a058ed6ffa7f56c0920d15d214ad080e7eef86)

Co-authored-by: Nick Coghlan <ncoghlan@gmail.com>
1 parent 76821ba
Raw File
Tip revision: 69372eea08509b4209977f5643db02d6b8d10ca3 authored by Miss Islington (bot) on 28 July 2019, 11:48:26 UTC
Remove trailing .0 from version changed note (GH-14987)
Tip revision: 69372ee
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