make sure test files are installed

This commit is contained in:
MinRK 2013-05-29 14:10:57 -07:00
parent 70ca4f47e5
commit 38b58e784c

View File

@ -146,6 +146,7 @@ def find_package_data():
package_data = {
'IPython.config.profile' : ['README*', '*/*.py'],
'IPython.core.tests' : ['*.png', '*.jpg'],
'IPython.testing' : ['*.txt'],
'IPython.testing.plugin' : ['*.txt'],
'IPython.frontend.html.notebook' : ['templates/*'] + static_data,