##// END OF EJS Templates
Fixes to build system.
Fixes to build system.

File last commit:

r1522:2a174cb3
r1522:2a174cb3
Show More
MANIFEST.in
31 lines | 614 B | text/plain | TextLexer
Ville M. Vainio
more crlf
r1033 include README_Windows.txt
include win32_manual_post_install.py
include ipython.py
Fernando Perez
Fixes to build system.
r1522 include setupbase.py
Ville M. Vainio
more crlf
r1033
graft scripts
graft setupext
graft IPython/UserConfig
Brian E Granger
Finished initial reworking and updating of setup.py and friends, including the MANIFEST.in. Everything seems...
r1244 graft IPython/kernel
graft IPython/config
graft IPython/testing
graft IPython/tools
Brian E Granger
Fixed setupbase.py and MANIFEST.in to reflect all the changes to docs. Currently,...
r1259 graft docs
exclude docs/\#*
exclude docs/man/*.1
Ville M. Vainio
docs: remove build crap from sdist with manifest.in
r1192
Fernando Perez
Finish doc/build tools cleanup....
r1207 # There seems to be no way of excluding whole subdirectories, other than
# manually excluding all their subdirs. distutils really is horrible...
Brian E Granger
Fixed setupbase.py and MANIFEST.in to reflect all the changes to docs. Currently,...
r1259 exclude docs/attic/*
exclude docs/build/*
Ville M. Vainio
more crlf
r1033
global-exclude *~
global-exclude *.flc
global-exclude *.pyc
global-exclude .dircopy.log
global-exclude .svn
Fernando Perez
Fixes to build/doc scripts.
r1206 global-exclude .bzr