Add kernel resources directory to package_data

This commit is contained in:
Thomas Kluyver 2014-12-13 17:46:25 -08:00
parent e51f3ff8d5
commit c1ebfd1f3a

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