https://github.com/python/cpython
Raw File
Tip revision: 9d1eed360722ccacc48c4f5d2fb97b61157197a5 authored by xtreak on 09 March 2019, 09:48:40 UTC
Move NEWS to security
Tip revision: 9d1eed3
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