mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
Merge pull request #4521 from takluyver/test-display-audio
Read wav files in binary mode
This commit is contained in:
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…
Reference in New Issue
Block a user