Skip to content

Commit d29d9e8

Browse files
author
Cody Horst
committed
alter package structure, moving resources under parent module.
1 parent d02720c commit d29d9e8

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include jupyter_c_kernel/resources/master.c
File renamed without changes.

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
url='https://github.com/brendanrius/jupyter-c-kernel/',
99
download_url='https://github.com/brendanrius/jupyter-c-kernel/tarball/1.2.1',
1010
packages=['jupyter_c_kernel'],
11-
package_data={'jupyter_c_kernel': ['resources/']},
1211
scripts=['jupyter_c_kernel/install_c_kernel'],
13-
keywords=['jupyter', 'notebook', 'kernel', 'c']
12+
keywords=['jupyter', 'notebook', 'kernel', 'c'],
13+
include_package_data=True
1414
)

0 commit comments

Comments
 (0)