# HG changeset patch # User Brendan Rius # Date 1461920716 -3600 # Node ID a87de172d2429b158c32ba763782785012854b6a # Parent 65819f00b268b5b893b9d7408bc2d94e2b455ca3 Add URL and download URL to setup.py diff -r 65819f00b268 -r a87de172d242 setup.py --- a/setup.py Fri Apr 29 10:01:38 2016 +0100 +++ b/setup.py Fri Apr 29 10:05:16 2016 +0100 @@ -5,6 +5,8 @@ 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.0.0', packages=['jupyter_c_kernel'], keywords=['jupyter', 'kernel', 'c'] )