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