Mercurial > hg > Members > aka > jupyter_CbC_kernel
changeset 81:a36609a3f8b6 master remote/master
Merge pull request #46 from QuLogic/sdist-info
Add some metdata into sdist
committer: GitHub <noreply@github.com>
author | Brendan Rius <brendan.rius@gmail.com> |
---|---|
date | Sun, 03 Jun 2018 22:21:48 +0200 |
parents | a7eb412b0120 (current diff) a6f483d4fc5f (diff) |
children | 70e6b10d9220 |
files | |
diffstat | 2 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/MANIFEST.in Sun Jun 03 22:19:37 2018 +0200 +++ b/MANIFEST.in Sun Jun 03 22:21:48 2018 +0200 @@ -1,1 +1,2 @@ include jupyter_c_kernel/resources/master.c +include README.md LICENSE.txt
--- a/setup.py Sun Jun 03 22:19:37 2018 +0200 +++ b/setup.py Sun Jun 03 22:21:48 2018 +0200 @@ -5,6 +5,10 @@ description='Minimalistic C kernel for Jupyter', author='Brendan Rius', author_email='ping@brendan-rius.com', + license='MIT', + classifiers=[ + 'License :: OSI Approved :: MIT License', + ], 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'],