Show More
@@ -146,6 +146,7 def find_package_data(): | |||
|
146 | 146 | |
|
147 | 147 | package_data = { |
|
148 | 148 | 'IPython.config.profile' : ['README*', '*/*.py'], |
|
149 | 'IPython.core.tests' : ['*.png', '*.jpg'], | |
|
149 | 150 | 'IPython.testing' : ['*.txt'], |
|
150 | 151 | 'IPython.testing.plugin' : ['*.txt'], |
|
151 | 152 | 'IPython.frontend.html.notebook' : ['templates/*'] + static_data, |
General Comments 0
You need to be logged in to leave comments.
Login now