mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-08 02:24:08 +00:00
register simplespawner in setup.py
This commit is contained in:
1
setup.py
1
setup.py
@@ -119,6 +119,7 @@ setup_args = dict(
|
|||||||
'jupyterhub.spawners': [
|
'jupyterhub.spawners': [
|
||||||
'default = jupyterhub.spawner:LocalProcessSpawner',
|
'default = jupyterhub.spawner:LocalProcessSpawner',
|
||||||
'localprocess = jupyterhub.spawner:LocalProcessSpawner',
|
'localprocess = jupyterhub.spawner:LocalProcessSpawner',
|
||||||
|
'simple = jupyterhub.spawner:SimpleLocalProcessSpawner',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
Reference in New Issue
Block a user