mirror of
https://github.com/python/cpython.git
synced 2025-11-26 13:22:51 +00:00
Adding Wing project file
This commit is contained in:
parent
15ba4dae5a
commit
449b7d95d4
2 changed files with 14 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ PURIFY.README Information for Purify users
|
||||||
pymemcompat.h Memory interface compatibility file.
|
pymemcompat.h Memory interface compatibility file.
|
||||||
python.man UNIX man page for the python interpreter
|
python.man UNIX man page for the python interpreter
|
||||||
python-mode.el Emacs mode for editing Python programs
|
python-mode.el Emacs mode for editing Python programs
|
||||||
|
python-wing.wpr Wing IDE project file
|
||||||
README The file you're reading now
|
README The file you're reading now
|
||||||
README.valgrind Information for Valgrind users, see valgrind-python.supp
|
README.valgrind Information for Valgrind users, see valgrind-python.supp
|
||||||
RFD Request For Discussion about a Python newsgroup
|
RFD Request For Discussion about a Python newsgroup
|
||||||
|
|
|
||||||
13
Misc/python-wing.wpr
Normal file
13
Misc/python-wing.wpr
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
#!wing
|
||||||
|
#!version=3.0
|
||||||
|
##################################################################
|
||||||
|
# Wing IDE project file #
|
||||||
|
##################################################################
|
||||||
|
[project attributes]
|
||||||
|
proj.directory-list = [{'dirloc': loc('..'),
|
||||||
|
'excludes': (),
|
||||||
|
'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