##// END OF EJS Templates
Add sample wav file to package_data
Thomas Kluyver -
Show More
@@ -151,6 +151,7 b' def find_package_data():'
151 package_data = {
151 package_data = {
152 'IPython.config.profile' : ['README*', '*/*.py'],
152 'IPython.config.profile' : ['README*', '*/*.py'],
153 'IPython.core.tests' : ['*.png', '*.jpg'],
153 'IPython.core.tests' : ['*.png', '*.jpg'],
154 'IPython.lib.tests' : ['*.wav'],
154 'IPython.testing' : ['*.txt'],
155 'IPython.testing' : ['*.txt'],
155 'IPython.testing.plugin' : ['*.txt'],
156 'IPython.testing.plugin' : ['*.txt'],
156 'IPython.html' : ['templates/*'] + static_data,
157 'IPython.html' : ['templates/*'] + static_data,
General Comments 0
You need to be logged in to leave comments. Login now