from distutils.core import setup setup(name='jupyter_c_kernel', version='1.0', description='Minimalistic C kernel for Jupyter', author='Brendan Rius', author_email='ping@brendan-rius.com', packages=['jupyter_c_kernel'], keywords=['jupyter', 'kernel', 'c'] )