1#!wing 2#!version=4.0 3################################################################## 4# Wing IDE project file # 5################################################################## 6[project attributes] 7proj.directory-list = [{'dirloc': loc('.'), 8 'excludes': [u'latex', 9 u'.hg', 10 u'.tox', 11 u'dist', 12 u'htmlcov', 13 u'extendmock.py', 14 u'__pycache__', 15 u'html', 16 u'build', 17 u'mock.egg-info', 18 u'tests/__pycache__', 19 u'.hgignore', 20 u'.hgtags'], 21 'filter': '*', 22 'include_hidden': 0, 23 'recursive': 1, 24 'watch_for_changes': 1}] 25proj.file-type = 'shared' 26testing.auto-test-file-specs = ('test*.py',) 27