forked from mpynode/node-designer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mpynode.wpr
executable file
·21 lines (21 loc) · 936 Bytes
/
mpynode.wpr
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!wing
#!version=6.0
##################################################################
# Wing IDE project file #
##################################################################
[project attributes]
proj.directory-list = [{'dirloc': loc('plug-ins'),
'excludes': (),
'filter': u'*',
'include_hidden': False,
'recursive': True,
'watch_for_changes': True},
{'dirloc': loc('scripts'),
'excludes': [u'mpylib/geo'],
'filter': '*',
'include_hidden': False,
'recursive': True,
'watch_for_changes': True}]
proj.file-type = 'shared'
testing.auto-test-file-specs = (('glob',
'test*'),)