https://github.com/python/cpython
Raw File
Tip revision: eed94cfeefc66fb1b90c0929d5df930d4af63468 authored by dave-shawley on 13 November 2018, 12:23:17 UTC
Merge branch 'master' into bpo-32971-async-test-runner
Tip revision: eed94cf
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