aboutsummaryrefslogtreecommitdiff
path: root/python/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/setup.py')
-rw-r--r--python/setup.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/setup.py b/python/setup.py
index 307fcd4..eed2f4b 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -1,11 +1,11 @@
from setuptools import setup
-setup(name='toree_kernel',
+setup(name='toree_proxy_kernel',
version='0.1',
- description='Toree Client Kernel',
+ description='Toree Client Proxy Kernel',
long_description='A simple echo kernel for Jupyter/IPython, based on MetaKernel',
- py_modules=['toree_kernel'],
+ py_modules=['toree_proxy_kernel'],
install_requires=['metakernel', 'py4j'],
classifiers = [
'Framework :: IPython',