changeset 83:97e3482efe95

fix setup.py
author musou_aka <>
date Sat, 23 Jun 2018 16:18:22 +0900
parents 70e6b10d9220
children 371a7388a93a
files setup.py
diffstat 1 files changed, 10 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Sat Jun 23 16:11:53 2018 +0900
+++ b/setup.py	Sat Jun 23 16:18:22 2018 +0900
@@ -1,18 +1,18 @@
 from setuptools import setup
 
-setup(name='jupyter_c_kernel',
-      version='1.2.1',
-      description='Minimalistic C kernel for Jupyter',
-      author='Brendan Rius',
-      author_email='ping@brendan-rius.com',
+setup(name='jupyter_CbC_kernel',
+      version='0.1',
+      description='Minimalistic CbC kernel for Jupyter',
+      author='e155753',
+      #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'],
-      scripts=['jupyter_c_kernel/install_c_kernel'],
-      keywords=['jupyter', 'notebook', 'kernel', 'c'],
+      #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_CbC_kernel'],
+      scripts=['jupyter_CbC_kernel/install_c_kernel'],
+      #keywords=['jupyter', 'notebook', 'kernel', 'CbC'],
       include_package_data=True
       )