From 749be19e4daacd938495091c675109a9f877aa48 Mon Sep 17 00:00:00 2001 From: mycode <35049539+ntwuxc@users.noreply.github.com> Date: Sun, 3 Jun 2018 08:13:32 +0800 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 8e9c2ac..4d8635b 100644 --- a/setup.py +++ b/setup.py @@ -5,8 +5,8 @@ setup(name='jupyter_c_kernel', description='Minimalistic C kernel for Jupyter', author='Brendan Rius', author_email='ping@brendan-rius.com', - url='https://github.com/brendanrius/jupyter-c-kernel/', - download_url='https://github.com/brendanrius/jupyter-c-kernel/tarball/1.2.1', + url='https://github.com/brendan-rius/jupyter-c-kernel/', + download_url='https://github.com/brendan-rius/jupyter-c-kernel/tarball/1.2.1', packages=['jupyter_c_kernel'], scripts=['jupyter_c_kernel/install_c_kernel'], keywords=['jupyter', 'notebook', 'kernel', 'c'],