blob: 4f8d2cc6aebab1cd62b6a043e7ad5ae61417d223 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#!wing
#!version=4.0
##################################################################
# Wing IDE project file #
##################################################################
[project attributes]
proj.directory-list = [{'dirloc': loc('..'),
'excludes': [u'.hg',
u'Lib/__pycache__',
u'Doc/build',
u'build'],
'filter': '*',
'include_hidden': False,
'recursive': True,
'watch_for_changes': True}]
proj.file-type = 'shared'
|