Mercurial > hg > Members > aka > jupyter_CbC_kernel
view setup.py @ 83:97e3482efe95
fix setup.py
author | musou_aka <> |
---|---|
date | Sat, 23 Jun 2018 16:18:22 +0900 |
parents | a6f483d4fc5f |
children | 6f8c3f8b5c07 |
line wrap: on
line source
from setuptools import setup setup(name='jupyter_CbC_kernel', version='0.1', description='Minimalistic CbC kernel for Jupyter', author='e155753', #author_email='ping@brendan-rius.com', 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'], include_package_data=True )