fix inclusion of singleuser/templates/page.html in wheel

This commit is contained in:
Erik Sundell
2023-03-06 22:32:17 +01:00
parent 850f430ad6
commit 0713fa209e
2 changed files with 3 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ def get_package_data():
'alembic/*',
'alembic/versions/*',
'event-schemas/*/*.yaml',
'jupyterhub/singleuser/templates/*.html',
'singleuser/templates/*.html',
]
return package_data