Skip to content

Commit cb6da34

Browse files
committed
Fix missing files in MANIFEST.in causing setup from sdist to fail.
1 parent 7e0d999 commit cb6da34

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

MANIFEST.in

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
include ipython.py
2+
include setup2.py
3+
include setup3.py
24
include setupbase.py
35
include setupegg.py
46

@@ -11,10 +13,11 @@ graft IPython
1113
prune IPython/deathrow
1214
prune IPython/frontend/html/notebook/static/mathjax
1315

16+
# Include some specific files and data resources we need
1417
include IPython/.git_commit_info.ini
15-
1618
include IPython/frontend/qt/console/resources/icon/IPythonConsole.svg
1719

20+
# Documentation
1821
graft docs
1922
exclude docs/\#*
2023
exclude docs/man/*.1
@@ -24,11 +27,9 @@ prune docs/attic
2427
prune docs/build
2528
prune docs/gh-pages
2629

27-
30+
# Patterns to exclude from any directory
2831
global-exclude *~
2932
global-exclude *.flc
3033
global-exclude *.pyc
34+
global-exclude *.pyo
3135
global-exclude .dircopy.log
32-
global-exclude .svn
33-
global-exclude .bzr
34-
global-exclude .hgignore

0 commit comments

Comments
 (0)