comparison setup.py @ 25:f257b2d1f95b

Use setuptools instead of distutils
author Brendan Rius <brendan@omixy.com>
date Fri, 29 Apr 2016 10:35:38 +0100
parents a87de172d242
children 308a0eaa4e49
comparison
equal deleted inserted replaced
24:b7d86e1e58c7 25:f257b2d1f95b
1 from distutils.core import setup 1 from setuptools import setup
2 2
3 setup(name='jupyter_c_kernel', 3 setup(name='jupyter_c_kernel',
4 version='1.0.0', 4 version='1.0.0',
5 description='Minimalistic C kernel for Jupyter', 5 description='Minimalistic C kernel for Jupyter',
6 author='Brendan Rius', 6 author='Brendan Rius',