Add dummy spawner config
This commit is contained in:
parent
93900c3875
commit
1cd88f3ef8
3 changed files with 59 additions and 1 deletions
|
@ -8,6 +8,9 @@ readme = "README.md"
|
|||
repository = "https://gitlab.univ-nantes.fr/glicid/jupyter/spawner"
|
||||
packages = [{ include = "glicid_spawner", from = "src"}]
|
||||
|
||||
[tool.poetry.plugins."jupyterhub.spawners"]
|
||||
glicid-spawner = 'glicid_spawner:GlicidSpawner'
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
jupyterhub = "^4.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue