1 Star 0 Fork 0

michah/jupyterhub-configurator

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 527 Bytes
一键复制 编辑 原始数据 按行查看 历史
GeorgianaElena 提交于 2021-04-06 17:43 +08:00 . Add a schema for tljh
from setuptools import setup, find_packages
setup(
name="jupyterhub-configurator",
version="1.0",
packages=find_packages(),
license="3-BSD",
author="yuvipanda",
author_email="yuvipanda@gmail.com",
install_requires=["tornado", "aiohttp", "jupyterhub", "deepmerge", "pluggy"],
include_package_data=True,
entry_points={
"jupyterhub_configurator": [
"z2jh = jupyterhub_configurator.schemas.z2jh",
"tljh = jupyterhub_configurator.schemas.tljh"
]
},
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/michah/jupyterhub-configurator.git
git@gitee.com:michah/jupyterhub-configurator.git
michah
jupyterhub-configurator
jupyterhub-configurator
main

搜索帮助