mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Adding Wing 4 (IDE) project file
This commit is contained in:
parent
75152eae8a
commit
bbd72509b5
2 changed files with 15 additions and 0 deletions
15
Misc/python-wing4.wpr
Normal file
15
Misc/python-wing4.wpr
Normal file
|
@ -0,0 +1,15 @@
|
|||
#!wing
|
||||
#!version=4.0
|
||||
##################################################################
|
||||
# Wing IDE project file #
|
||||
##################################################################
|
||||
[project attributes]
|
||||
proj.directory-list = [{'dirloc': loc('..'),
|
||||
'excludes': [u'Lib/__pycache__',
|
||||
u'Doc/build',
|
||||
u'build'],
|
||||
'filter': '*',
|
||||
'include_hidden': False,
|
||||
'recursive': True,
|
||||
'watch_for_changes': True}]
|
||||
proj.file-type = 'shared'
|
Loading…
Add table
Add a link
Reference in a new issue