register simplespawner in setup.py

This commit is contained in:
Min RK
2018-11-05 10:57:10 +01:00
parent 52c468d89c
commit 575af23e23

View File

@@ -119,6 +119,7 @@ setup_args = dict(
'jupyterhub.spawners': [
'default = jupyterhub.spawner:LocalProcessSpawner',
'localprocess = jupyterhub.spawner:LocalProcessSpawner',
'simple = jupyterhub.spawner:SimpleLocalProcessSpawner',
],
},
classifiers = [