Mercurial > hg > Members > aka > jupyter_CbC_kernel
changeset 71:828af72656e2
add resources as package data. Probably bork current Dockerfile
author | Cody Horst <chorst@uw.edu> |
---|---|
date | Fri, 08 Dec 2017 19:34:26 -0800 |
parents | eec68d0a113e |
children | 40c903dde893 |
files | setup.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Sun Aug 13 17:03:43 2017 +0200 +++ b/setup.py Fri Dec 08 19:34:26 2017 -0800 @@ -8,6 +8,7 @@ url='https://github.com/brendanrius/jupyter-c-kernel/', download_url='https://github.com/brendanrius/jupyter-c-kernel/tarball/1.2.1', packages=['jupyter_c_kernel'], + package_data={'jupyter_c_kernel': ['resources/']}, scripts=['jupyter_c_kernel/install_c_kernel'], keywords=['jupyter', 'notebook', 'kernel', 'c'] )