https://github.com/python/cpython
Raw File
Tip revision: 9da28d2b3429d1bb30e082e4c9cb544d81fdae20 authored by Ned Deily on 28 June 2021, 16:51:36 UTC
3.7.11
Tip revision: 9da28d2
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