mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
Merge pull request #7212 from takluyver/kernelspec-package-data
Add kernel resources (logos) to package_data
This commit is contained in:
commit
65ec04bc8e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user