##// END OF EJS Templates
make sure test files are installed
MinRK -
Show More
@@ -146,6 +146,7 b' def find_package_data():'
146
146
147 package_data = {
147 package_data = {
148 'IPython.config.profile' : ['README*', '*/*.py'],
148 'IPython.config.profile' : ['README*', '*/*.py'],
149 'IPython.core.tests' : ['*.png', '*.jpg'],
149 'IPython.testing' : ['*.txt'],
150 'IPython.testing' : ['*.txt'],
150 'IPython.testing.plugin' : ['*.txt'],
151 'IPython.testing.plugin' : ['*.txt'],
151 'IPython.frontend.html.notebook' : ['templates/*'] + static_data,
152 'IPython.frontend.html.notebook' : ['templates/*'] + static_data,
General Comments 0
You need to be logged in to leave comments. Login now