From 9ee9bf92fc9c7ad4bbb10408447a6efcf5f44963 2012-06-30 07:51:18
From: MinRK <benjaminrk@gmail.com>
Date: 2012-06-30 07:51:18
Subject: [PATCH] add missing plugin .txt to package_data
---

diff --git a/setupbase.py b/setupbase.py
index 9041b21..796e66c 100644
--- a/setupbase.py
+++ b/setupbase.py
@@ -145,6 +145,7 @@ def find_package_data():
     package_data = {
         'IPython.config.profile' : ['README*', '*/*.py'],
         'IPython.testing' : ['*.txt'],
+        'IPython.testing.plugin' : ['*.txt'],
         'IPython.frontend.html.notebook' : ['templates/*'] + static_data,
         'IPython.frontend.qt.console' : ['resources/icon/*.svg'],
     }