view setup.py @ 27:ee3c3cb52b25

Add specials args to avoid syntax errors with wget
author Manoel Vilela <manoel_vilela@engineer.com>
date Fri, 29 Apr 2016 01:12:06 -0300
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'],
     )