Mercurial > hg > Members > aka > jupyter_CbC_kernel
diff setup.py @ 89:6f8c3f8b5c07
fix setup.py
author | akahori |
---|---|
date | Tue, 26 Jun 2018 12:53:52 +0900 |
parents | 97e3482efe95 |
children |
line wrap: on
line diff
--- a/setup.py Tue Jun 26 10:52:16 2018 +0900 +++ b/setup.py Tue Jun 26 12:53:52 2018 +0900 @@ -4,15 +4,12 @@ version='0.1', description='Minimalistic CbC kernel for Jupyter', author='e155753', - #author_email='ping@brendan-rius.com', + author_email='kiichi_aka@cr.ie.u-ryukyu.ac.jp', license='MIT', classifiers=[ 'License :: OSI Approved :: MIT License', ], - #url='https://github.com/brendan-rius/jupyter-c-kernel/', - #download_url='https://github.com/brendan-rius/jupyter-c-kernel/tarball/1.2.1', packages=['jupyter_CbC_kernel'], - scripts=['jupyter_CbC_kernel/install_c_kernel'], - #keywords=['jupyter', 'notebook', 'kernel', 'CbC'], + scripts=['jupyter_CbC_kernel/install_CbC_kernel'], include_package_data=True )