From dd20955c0ae6b18b7da3d55c94f24ba4cc52f7f4 2013-05-29 21:10:57 From: MinRK Date: 2013-05-29 21:10:57 Subject: [PATCH] make sure test files are installed --- 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,