forked from cool-RR/GarlicSim
-
Notifications
You must be signed in to change notification settings - Fork 1
/
garlicsim.wpr
19 lines (19 loc) · 884 Bytes
/
garlicsim.wpr
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!wing
#!version=3.0
##################################################################
# Wing IDE project file #
##################################################################
[project attributes]
proj.directory-list = [{'dirloc': loc('.'),
'excludes': [u'garlicsim_wx/py2exe_dist',
u'garlicsim/docs/_build',
u'garlicsim_wx/build',
u'garlicsim_wx/garlicsim_wx.egg-info'],
'filter': '*',
'include_hidden': False,
'recursive': True,
'watch_for_changes': True}]
proj.file-type = 'shared'
proj.main-file = loc('run_gui.py')
testing.auto-test-file-specs = ('tests/*.py',)
testing.test-framework = {None: 'nose'}