diff --git a/setupbase.py b/setupbase.py index 218d5cb..7e04880 100644 --- a/setupbase.py +++ b/setupbase.py @@ -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,