Merge pull request #46 from QuLogic/sdist-info

Add some metdata into sdist
This commit is contained in:
Brendan Rius 2018-06-03 22:21:48 +02:00 committed by GitHub
commit c9a327f77c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -1 +1,2 @@
include jupyter_c_kernel/resources/master.c
include README.md LICENSE.txt

View File

@ -5,6 +5,10 @@ setup(name='jupyter_c_kernel',
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'],