comparison setup.py @ 80:a6f483d4fc5f

Merge branch 'master' into sdist-info committer: GitHub <noreply@github.com>
author Brendan Rius <brendan.rius@gmail.com>
date Sun, 03 Jun 2018 22:21:38 +0200
parents 8c05de54d88d 51504a45e73e
children 97e3482efe95
comparison
equal deleted inserted replaced
79:8c05de54d88d 80:a6f483d4fc5f
7 author_email='ping@brendan-rius.com', 7 author_email='ping@brendan-rius.com',
8 license='MIT', 8 license='MIT',
9 classifiers=[ 9 classifiers=[
10 'License :: OSI Approved :: MIT License', 10 'License :: OSI Approved :: MIT License',
11 ], 11 ],
12 url='https://github.com/brendanrius/jupyter-c-kernel/', 12 url='https://github.com/brendan-rius/jupyter-c-kernel/',
13 download_url='https://github.com/brendanrius/jupyter-c-kernel/tarball/1.2.1', 13 download_url='https://github.com/brendan-rius/jupyter-c-kernel/tarball/1.2.1',
14 packages=['jupyter_c_kernel'], 14 packages=['jupyter_c_kernel'],
15 scripts=['jupyter_c_kernel/install_c_kernel'], 15 scripts=['jupyter_c_kernel/install_c_kernel'],
16 keywords=['jupyter', 'notebook', 'kernel', 'c'], 16 keywords=['jupyter', 'notebook', 'kernel', 'c'],
17 include_package_data=True 17 include_package_data=True
18 ) 18 )