mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Move schema to configurator
This commit is contained in:
4
setup.py
4
setup.py
@@ -19,12 +19,8 @@ setup(
|
||||
'requests',
|
||||
'bcrypt',
|
||||
'jupyterhub-traefik-proxy==0.2.*',
|
||||
'jupyterhub-configurator @ git+https://github.com/yuvipanda/jupyterhub-configurator@ecca97e016e9a939dd48c6c0e66c40e4e2951fa7',
|
||||
],
|
||||
entry_points={
|
||||
'jupyterhub_configurator': [
|
||||
'schema = tljh.schemas.tljh_configurator',
|
||||
],
|
||||
'console_scripts': [
|
||||
'tljh-config = tljh.config:main',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user