##// END OF EJS Templates
add missing plugin .txt to package_data
MinRK -
Show More
@@ -145,6 +145,7 b' def find_package_data():'
145 package_data = {
145 package_data = {
146 'IPython.config.profile' : ['README*', '*/*.py'],
146 'IPython.config.profile' : ['README*', '*/*.py'],
147 'IPython.testing' : ['*.txt'],
147 'IPython.testing' : ['*.txt'],
148 'IPython.testing.plugin' : ['*.txt'],
148 'IPython.frontend.html.notebook' : ['templates/*'] + static_data,
149 'IPython.frontend.html.notebook' : ['templates/*'] + static_data,
149 'IPython.frontend.qt.console' : ['resources/icon/*.svg'],
150 'IPython.frontend.qt.console' : ['resources/icon/*.svg'],
150 }
151 }
General Comments 0
You need to be logged in to leave comments. Login now