Mercurial > hg > Members > aka > jupyter_CbC_kernel
changeset 79:8c05de54d88d
Add license classifier for PyPI.
author | Elliott Sales de Andrade <quantum.analyst@gmail.com> |
---|---|
date | Thu, 15 Mar 2018 02:21:13 -0400 |
parents | f17d7374c947 |
children | a6f483d4fc5f |
files | setup.py |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Thu Mar 15 02:14:35 2018 -0400 +++ b/setup.py Thu Mar 15 02:21:13 2018 -0400 @@ -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/brendanrius/jupyter-c-kernel/', download_url='https://github.com/brendanrius/jupyter-c-kernel/tarball/1.2.1', packages=['jupyter_c_kernel'],