Staging
v0.5.1
https://github.com/python/cpython
Revision 9bb9b535563a33f8cb7a581ec9e649cd16f5bd2e authored by Suriyaa ✌️️ on 08 June 2018, 18:46:27 UTC, committed by Ned Deily on 08 June 2018, 18:46:27 UTC
1 parent 5c7f22c
Raw File
Tip revision: 9bb9b535563a33f8cb7a581ec9e649cd16f5bd2e authored by Suriyaa ✌️️ on 08 June 2018, 18:46:27 UTC
[3.7] Update version in '.github/PULL_REQUEST_TEMPLATE.md' (GH-7537)
Tip revision: 9bb9b53
python-wing3.wpr
#!wing
#!version=3.0
##################################################################
# Wing IDE project file                                          #
##################################################################
[project attributes]
proj.directory-list = [{'dirloc': loc('..'),
                        'excludes': [u'Lib/__pycache__'],
                        'filter': '*',
                        'include_hidden': False,
                        'recursive': True,
                        'watch_for_changes': True}]
proj.file-type = 'shared'
back to top