##// END OF EJS Templates
install stock completers in default user config. Ignore case in filtering possible custom completions
install stock completers in default user config. Ignore case in filtering possible custom completions

File last commit:

r337:4edd6fbe
r403:f25e889d
Show More
MANIFEST.in
31 lines | 591 B | text/plain | TextLexer
fperez
Reorganized the directory for ipython/ to have its own dir, which is a bit...
r0 include README_Windows.txt
include win32_manual_post_install.py
vivainio
Add ipython.py into MANIFEST.in to have it in sdist
r137 include ipython.py
fperez
Reorganized the directory for ipython/ to have its own dir, which is a bit...
r0
graft scripts
graft setupext
graft IPython/UserConfig
graft doc
exclude doc/*.1
exclude doc/*.lyx
exclude doc/ChangeLog.*
vivainio
fix MANIFEST.in to make setuptools work
r200 exclude doc/\#*
fperez
Reorganized the directory for ipython/ to have its own dir, which is a bit...
r0 exclude doc/magic.tex
exclude doc/update_magic.sh
exclude doc/update_version.sh
exclude doc/manual_base*
exclude doc/manual/WARNINGS
exclude doc/manual/*.aux
exclude doc/manual/*.log
exclude doc/manual/*.out
exclude doc/manual/*.pl
exclude doc/manual/*.tex
global-exclude *~
global-exclude *.flc
global-exclude *.pyc
global-exclude .dircopy.log
fperez
Exclude the .svn directories from the distributed tarballs.
r337 global-exclude .svn