mirror of
https://github.com/cool-RR/PySnooper.git
synced 2026-01-23 02:14:04 +00:00
Upgrade to Wing 9
This commit is contained in:
parent
231969074e
commit
caf4ec584a
1 changed files with 8 additions and 10 deletions
|
|
@ -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.?$'),)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue