blob: cc2cf2323ecfadc034290c363c271e4b8fd2bcb5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!wing
#!version=4.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'
|