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

Read wav files in binary mode
Min RK 12 years ago
commit 099c71341d

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

Loading…
Cancel
Save