Upgrade to Wing 9

This commit is contained in:
Ram Rachum 2023-04-12 12:08:28 +03:00
parent 231969074e
commit caf4ec584a

View file

@ -1,26 +1,24 @@
#!wing #!wing
#!version=7.0 #!version=9.0
################################################################## ##################################################################
# Wing project file # # Wing project file #
################################################################## ##################################################################
[project attributes] [project attributes]
proj.directory-list = [{'dirloc': loc('../..'), proj.directory-list = [{'dirloc': loc('../..'),
'excludes': [u'PySnooper.egg-info', 'excludes': ['PySnooper.egg-info',
u'dist', 'dist',
u'build'], 'build'],
'filter': '*', 'filter': '*',
'include_hidden': False, 'include_hidden': False,
'recursive': True, 'recursive': True,
'watch_for_changes': True}] 'watch_for_changes': True}]
proj.file-type = 'shared' proj.file-type = 'shared'
proj.home-dir = loc('../..') proj.home-dir = loc('../..')
proj.launch-config = {loc('../../../../../../../Program Files/Python37/Scripts/pasteurize-script.py'): ('p'\ proj.launch-config = {loc('../../../../../../../Program Files/Python37/Scripts/pasteurize-script.py'): ('project',
'roject', ('"c:\\Users\\Administrator\\Documents\\Python Projects\\PySnooper\\pysnooper" "c:\\Users\\Administrator\\Documents\\Python Projects\\PySnooper\\tests"',
(u'"c:\\Users\\Administrator\\Documents\\Python Projects\\PySnooper\\pysnooper" "c:\\Users\\Administrator\\Documents\\Python Projects\\PySnooper\\tests"',
'')), '')),
loc('../../../../../Dropbox/Scripts and shortcuts/_simplify3d_add_m600.py'): ('p'\ loc('../../../../../Dropbox/Scripts and shortcuts/_simplify3d_add_m600.py'): ('project',
'roject', ('"C:\\Users\\Administrator\\Dropbox\\Desktop\\foo.gcode"',
(u'"C:\\Users\\Administrator\\Dropbox\\Desktop\\foo.gcode"',
''))} ''))}
testing.auto-test-file-specs = (('regex', testing.auto-test-file-specs = (('regex',
'pysnooper/tests.*/test[^./]*.py.?$'),) 'pysnooper/tests.*/test[^./]*.py.?$'),)