Add fixed singleuser command script

This commit is contained in:
Benoît Seignovert 2024-02-06 16:21:28 +01:00
parent 3cac72ee29
commit 29739c792e
Signed by: Benoît Seignovert
GPG key ID: F5D8895227D18A0B
2 changed files with 41 additions and 0 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.scripts]
glicid-spawner-singleuser = 'glicid_spawner.singleuser:main'
[tool.poetry.plugins."jupyterhub.spawners"]
glicid-spawner = 'glicid_spawner:GlicidSpawner'