comparison setup.py @ 73:b6b613c2a28a

alter package structure, moving resources under parent module.
author Cody Horst <chorst@uw.edu>
date Tue, 23 Jan 2018 22:34:24 -0800
parents 828af72656e2
children 51504a45e73e 8c05de54d88d
comparison
equal deleted inserted replaced
72:40c903dde893 73:b6b613c2a28a
6 author='Brendan Rius', 6 author='Brendan Rius',
7 author_email='ping@brendan-rius.com', 7 author_email='ping@brendan-rius.com',
8 url='https://github.com/brendanrius/jupyter-c-kernel/', 8 url='https://github.com/brendanrius/jupyter-c-kernel/',
9 download_url='https://github.com/brendanrius/jupyter-c-kernel/tarball/1.2.1', 9 download_url='https://github.com/brendanrius/jupyter-c-kernel/tarball/1.2.1',
10 packages=['jupyter_c_kernel'], 10 packages=['jupyter_c_kernel'],
11 package_data={'jupyter_c_kernel': ['resources/']},
12 scripts=['jupyter_c_kernel/install_c_kernel'], 11 scripts=['jupyter_c_kernel/install_c_kernel'],
13 keywords=['jupyter', 'notebook', 'kernel', 'c'] 12 keywords=['jupyter', 'notebook', 'kernel', 'c'],
13 include_package_data=True
14 ) 14 )