https://github.com/python/cpython
Raw File
Tip revision: b4e48a444ea02921ce4b701fe165e6cfd4cf5845 authored by Pablo Galindo on 06 June 2023, 22:29:37 UTC
Python 3.10.12
Tip revision: b4e48a4
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