mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-12 04:23:01 +00:00
Backport PR #4303: make sure event-schemas are installed
This commit is contained in:

committed by
MeeseeksDev[bot]
![MeeseeksDev[bot]](/assets/img/avatar_default.png)
parent
193ebc970c
commit
3e608cfc38
7
setup.py
7
setup.py
@@ -50,7 +50,12 @@ def get_package_data():
|
||||
(mostly alembic config)
|
||||
"""
|
||||
package_data = {}
|
||||
package_data['jupyterhub'] = ['alembic.ini', 'alembic/*', 'alembic/versions/*']
|
||||
package_data['jupyterhub'] = [
|
||||
'alembic.ini',
|
||||
'alembic/*',
|
||||
'alembic/versions/*',
|
||||
'event-schemas/*/*.yaml',
|
||||
]
|
||||
return package_data
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user