mirror of
https://github.com/XaverKlemenschits/jupyter-c-kernel.git
synced 2025-04-14 10:26:09 +00:00
alter package structure, moving resources under parent module.
This commit is contained in:
parent
d02720cc84
commit
d29d9e8167
1
MANIFEST.in
Normal file
1
MANIFEST.in
Normal file
@ -0,0 +1 @@
|
||||
include jupyter_c_kernel/resources/master.c
|
4
setup.py
4
setup.py
@ -8,7 +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']
|
||||
keywords=['jupyter', 'notebook', 'kernel', 'c'],
|
||||
include_package_data=True
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user