# HG changeset patch # User Cody Horst # Date 1512790466 28800 # Node ID 828af72656e2121040afc027942437c1a5dd261e # Parent eec68d0a113e8990d5b099f882047a55a8b5cd69 add resources as package data. Probably bork current Dockerfile diff -r eec68d0a113e -r 828af72656e2 setup.py --- 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'] )