Skip to content

Commit

Permalink
Add ipynb test file to our package
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Apr 11, 2017
1 parent 1336c2e commit 9e20b09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
recursive-include spyder *.pot *.po *.svg *.png *.css *.qss *.c, *.cpp, *.html, *.java, *.md, *.R, *.csv
recursive-include spyder *.pot *.po *.svg *.png *.css *.qss *.c, *.cpp, *.html, *.java, *.md, *.R, *.csv, *.ipynb
recursive-include spyder_breakpoints *.pot *.po *.svg *.png
recursive-include spyder_profiler *.pot *.po *.svg *.png
recursive-include spyder_pylint *.pot *.po *.svg *.png
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def run(self):
#==============================================================================
EXTLIST = ['.mo', '.svg', '.png', '.css', '.html', '.js', '.chm', '.ini',
'.txt', '.rst', '.qss', '.ttf', '.json', '.c', '.cpp', '.java',
'.md', '.R', '.csv']
'.md', '.R', '.csv', '.ipynb']
if os.name == 'nt':
SCRIPTS += ['spyder.bat']
EXTLIST += ['.ico']
Expand Down

0 comments on commit 9e20b09

Please sign in to comment.