Merge pull request #3381 from minrk/retina

enable 2x (retina) display
This commit is contained in:
Paul Ivanov 2013-06-28 16:02:52 -07:00
commit 0c11e07148

View File

@ -146,6 +146,7 @@ def find_package_data():
package_data = {
'IPython.config.profile' : ['README*', '*/*.py'],
'IPython.core.tests' : ['*.png', '*.jpg'],
'IPython.testing' : ['*.txt'],
'IPython.testing.plugin' : ['*.txt'],
'IPython.html' : ['templates/*'] + static_data,