##// 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 151 package_data = {
152 152 'IPython.config.profile' : ['README*', '*/*.py'],
153 153 'IPython.core.tests' : ['*.png', '*.jpg'],
154 'IPython.lib.tests' : ['*.wav'],
154 155 'IPython.testing' : ['*.txt'],
155 156 'IPython.testing.plugin' : ['*.txt'],
156 157 'IPython.html' : ['templates/*'] + static_data,
General Comments 0
You need to be logged in to leave comments. Login now