mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Add tests for the plugin mechanism
This commit is contained in:
9
integration-tests/plugins/simplest/setup.py
Normal file
9
integration-tests/plugins/simplest/setup.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from setuptools import setup
|
||||
|
||||
setup(
|
||||
name="tljh-simplest",
|
||||
entry_points={"tljh": ["simplest = tljh_simplest"]},
|
||||
py_modules=["tljh_simplest"],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user