Skip to content

Commit 3c09a57

Browse files
committed
Missed a rename
1 parent 38ccbdc commit 3c09a57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ def run(self):
9595
'jupyter-run = jupyter_client.runapp:RunApp.launch_instance',
9696
],
9797
'jupyter_client.kernel_providers' : [
98-
'spec = jupyter_client.discovery:KernelSpecFinder',
99-
'pyimport = jupyter_client.discovery:IPykernelFinder',
98+
'spec = jupyter_client.discovery:KernelSpecProvider',
99+
'pyimport = jupyter_client.discovery:IPykernelProvider',
100100
]
101101
},
102102
)

0 commit comments

Comments
 (0)