##// END OF EJS Templates
Add the igrid help files to the list of data files...
Add the igrid help files to the list of data files to be installed alongside igrid.

File last commit:

r337:4edd6fbe
r545:e1046222
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