Add dummy spawner config

This commit is contained in:
Benoît Seignovert 2024-01-29 17:47:47 +01:00
parent 93900c3875
commit 1cd88f3ef8
Signed by: Benoît Seignovert
GPG key ID: F5D8895227D18A0B
3 changed files with 59 additions and 1 deletions

View file

@ -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"