-
Notifications
You must be signed in to change notification settings - Fork 9
/
treedict.wpr
37 lines (37 loc) · 1.55 KB
/
treedict.wpr
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#!wing
#!version=4.0
##################################################################
# Wing IDE project file #
##################################################################
[project attributes]
proj.directory-list = [{'dirloc': loc('.'),
'excludes': (),
'filter': '*',
'include_hidden': False,
'recursive': True,
'watch_for_changes': True},
{'dirloc': loc('tests'),
'excludes': (),
'filter': '*',
'include_hidden': False,
'recursive': True,
'watch_for_changes': True},
{'dirloc': loc('doc'),
'excludes': (),
'filter': '*',
'include_hidden': False,
'recursive': True,
'watch_for_changes': True},
{'dirloc': loc('treedict'),
'excludes': [u'scraps',
u'treedict.c'],
'filter': '*',
'include_hidden': False,
'recursive': True,
'watch_for_changes': True}]
proj.file-list = [loc('LICENSE.txt'),
loc('MANIFEST'),
loc('README'),
loc('setup.py')]
proj.file-type = 'shared'
proj.main-file = loc('tests/tests.py')