From 431e078992d932f83ef162d0f46d81d7de008d9c Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Mon, 11 Nov 2013 10:24:28 -0800 Subject: [PATCH] Add sample wav file to package_data --- setupbase.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setupbase.py b/setupbase.py index c12d3bb60..395f0b5e0 100644 --- a/setupbase.py +++ b/setupbase.py @@ -151,6 +151,7 @@ def find_package_data(): package_data = { 'IPython.config.profile' : ['README*', '*/*.py'], 'IPython.core.tests' : ['*.png', '*.jpg'], + 'IPython.lib.tests' : ['*.wav'], 'IPython.testing' : ['*.txt'], 'IPython.testing.plugin' : ['*.txt'], 'IPython.html' : ['templates/*'] + static_data,