You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
835 B

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