https://github.com/python/cpython
Raw File
Tip revision: 3d8993a744813c5144851da5347d7b4b1885f234 authored by Ɓukasz Langa on 03 May 2021, 09:47:56 UTC
Python 3.8.10
Tip revision: 3d8993a
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