From f0fbd41b96b96612793c5954ee7ba906f8deed01 Mon Sep 17 00:00:00 2001 From: Cody Horst <chorst@uw.edu> Date: Fri, 8 Dec 2017 19:34:26 -0800 Subject: [PATCH] add resources as package data. Probably bork current Dockerfile --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 891bee2..114047a 100644 --- a/setup.py +++ b/setup.py @@ -8,6 +8,7 @@ setup(name='jupyter_c_kernel', 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'] )