##// END OF EJS Templates
Merge pull request #998 from minrk/homedir...
Merge pull request #998 from minrk/homedir defer to stdlib os.path.expanduser('~') for path.get_home_dir() frozen env still comes first, and My Documents registry query is fallback on Windows, but in all normal cases, expanduser is used, which has $HOME as first priority. IPython also no longer considers finding no writable home dir as a fatal error. closes #810 closes #747 closes #970

File last commit:

r5176:cb6da34c
r5391:351c8fc4 merge
Show More
MANIFEST.in
35 lines | 748 B | text/plain | TextLexer
Ville M. Vainio
more crlf
r1033 include ipython.py
Fernando Perez
Fix missing files in MANIFEST.in causing setup from sdist to fail.
r5176 include setup2.py
include setup3.py
Fernando Perez
Fixes to build system.
r1522 include setupbase.py
Brian Granger
Fixes in MANIFEST.in and ipcontroller.py...
r1727 include setupegg.py
Ville M. Vainio
more crlf
r1033
graft setupext
Brian Granger
Fixing a few bugs to get the win32 installer working again.
r2060 graft scripts
MinRK
update MANIFEST.in...
r4169
Fernando Perez
Ignore local static copy of mathjax in MANIFEST
r5005 # Load main dir but exclude things we don't want in the distro
MinRK
update MANIFEST.in...
r4169 graft IPython
prune IPython/deathrow
Fernando Perez
Ignore local static copy of mathjax in MANIFEST
r5005 prune IPython/frontend/html/notebook/static/mathjax
Brian E Granger
Finished initial reworking and updating of setup.py and friends, including the MANIFEST.in. Everything seems...
r1244
Fernando Perez
Fix missing files in MANIFEST.in causing setup from sdist to fail.
r5176 # Include some specific files and data resources we need
Fernando Perez
Add support for commit information in auto-generated archives....
r3199 include IPython/.git_commit_info.ini
Fernando Perez
Add SVG qt console icon to package data.
r5160 include IPython/frontend/qt/console/resources/icon/IPythonConsole.svg
Fernando Perez
Fix missing files in MANIFEST.in causing setup from sdist to fail.
r5176 # Documentation
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
Fixes to build/setup machinery....
r1525 # docs subdirs we want to skip
prune docs/attic
prune docs/build
MinRK
update MANIFEST.in...
r4169 prune docs/gh-pages
Ville M. Vainio
more crlf
r1033
Fernando Perez
Fix missing files in MANIFEST.in causing setup from sdist to fail.
r5176 # Patterns to exclude from any directory
Ville M. Vainio
more crlf
r1033 global-exclude *~
global-exclude *.flc
global-exclude *.pyc
Fernando Perez
Fix missing files in MANIFEST.in causing setup from sdist to fail.
r5176 global-exclude *.pyo
Ville M. Vainio
more crlf
r1033 global-exclude .dircopy.log