Add fixed singleuser command script
This commit is contained in:
parent
3cac72ee29
commit
29739c792e
2 changed files with 41 additions and 0 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.scripts]
|
||||
glicid-spawner-singleuser = 'glicid_spawner.singleuser:main'
|
||||
|
||||
[tool.poetry.plugins."jupyterhub.spawners"]
|
||||
glicid-spawner = 'glicid_spawner:GlicidSpawner'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue