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