Merge pull request #7212 from takluyver/kernelspec-package-data

Add kernel resources (logos) to package_data
This commit is contained in:
Thomas Kluyver 2014-12-14 11:29:51 -08:00
commit 65ec04bc8e

View File

@ -200,7 +200,8 @@ def find_package_data():
'tests/*.ipynb',
'v3/nbformat.v3.schema.json',
'v4/nbformat.v4.schema.json',
]
],
'IPython.kernel': ['resources/*.*'],
}
return package_data