Merge pull request #4521 from takluyver/test-display-audio

Read wav files in binary mode
This commit is contained in:
Min RK 2013-11-11 12:02:11 -08:00
commit 099c71341d

View File

@ -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,