-
Notifications
You must be signed in to change notification settings - Fork 0
/
mbeex.wpr
21 lines (21 loc) · 920 Bytes
/
mbeex.wpr
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!wing
#!version=8.0
##################################################################
# Wing project file #
##################################################################
[project attributes]
proj.directory-list = [{'dirloc': loc('test'),
'excludes': (),
'filter': '*',
'include_hidden': False,
'recursive': False,
'watch_for_changes': True},
{'dirloc': loc('mbeex'),
'excludes': (),
'filter': '*',
'include_hidden': False,
'recursive': True,
'watch_for_changes': True}]
proj.file-type = 'shared'
proj.main-file = loc('test/main.py')
proj.shared-attribute-names = ['-console.toolbox']