Files
the-littlest-jupyterhub/integration-tests/plugins/simplest/setup.py
2021-04-05 21:43:10 +03:00

8 lines
156 B
Python

from setuptools import setup
setup(
name="tljh-simplest",
entry_points={"tljh": ["simplest = tljh_simplest"]},
py_modules=["tljh_simplest"],
)