Skip to content

Commit a29ac2c

Browse files
committed
Restore entry_points
1 parent 795915d commit a29ac2c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@ def run(self):
8989
cmdclass = {
9090
'bdist_egg': bdist_egg if 'bdist_egg' in sys.argv else bdist_egg_disabled,
9191
},
92+
entry_points = {
93+
'console_scripts': [
94+
'jupyter-kernelspec = jupyter_client.kernelspecapp:KernelSpecApp.launch_instance',
95+
'jupyter-run = jupyter_client.runapp:RunApp.launch_instance',
96+
]
97+
},
9298
)
9399

94100

0 commit comments

Comments
 (0)