From f473514cc4adc22350230b67b4c348e692bb9f23 2013-06-27 18:14:09 From: MinRK Date: 2013-06-27 18:14:09 Subject: [PATCH] update frontend in MANIFEST and .gitignore --- diff --git a/.gitignore b/.gitignore index 583abf7..703b7bc 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,7 @@ _build docs/man/*.gz docs/source/api/generated docs/gh-pages -IPython/frontend/html/notebook/static/mathjax +IPython/html/notebook/static/mathjax *.py[co] __pycache__ build diff --git a/MANIFEST.in b/MANIFEST.in index de40bfa..b7cc49c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -11,11 +11,11 @@ graft scripts graft IPython prune IPython/deathrow prune IPython/external/js -prune IPython/frontend/html/notebook/static/mathjax +prune IPython/html/notebook/static/mathjax # Include some specific files and data resources we need include IPython/.git_commit_info.ini -include IPython/frontend/qt/console/resources/icon/IPythonConsole.svg +include IPython/qt/console/resources/icon/IPythonConsole.svg # Documentation graft docs