comparison setup.py @ 76:51504a45e73e

Update setup.py committer: GitHub <noreply@github.com>
author mycode <35049539+ntwuxc@users.noreply.github.com>
date Sun, 03 Jun 2018 08:13:32 +0800
parents b6b613c2a28a
children a6f483d4fc5f
comparison
equal deleted inserted replaced
75:a1e3b056a4bd 76:51504a45e73e
3 setup(name='jupyter_c_kernel', 3 setup(name='jupyter_c_kernel',
4 version='1.2.1', 4 version='1.2.1',
5 description='Minimalistic C kernel for Jupyter', 5 description='Minimalistic C kernel for Jupyter',
6 author='Brendan Rius', 6 author='Brendan Rius',
7 author_email='ping@brendan-rius.com', 7 author_email='ping@brendan-rius.com',
8 url='https://github.com/brendanrius/jupyter-c-kernel/', 8 url='https://github.com/brendan-rius/jupyter-c-kernel/',
9 download_url='https://github.com/brendanrius/jupyter-c-kernel/tarball/1.2.1', 9 download_url='https://github.com/brendan-rius/jupyter-c-kernel/tarball/1.2.1',
10 packages=['jupyter_c_kernel'], 10 packages=['jupyter_c_kernel'],
11 scripts=['jupyter_c_kernel/install_c_kernel'], 11 scripts=['jupyter_c_kernel/install_c_kernel'],
12 keywords=['jupyter', 'notebook', 'kernel', 'c'], 12 keywords=['jupyter', 'notebook', 'kernel', 'c'],
13 include_package_data=True 13 include_package_data=True
14 ) 14 )