view setup.py @ 10:eee0f8bf43f5

Update README to add pip
author Brendan Rius <brendan@omixy.com>
date Sat, 26 Mar 2016 14:56:17 +0000
parents 101e99452042
children 696cc0775abb
line wrap: on
line source

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=['c_kernel'],
     )