Skip to content

Commit

Permalink
add alembic.ini to package_data
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Nov 22, 2016
1 parent 9c2d56f commit 85ca5a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -66,6 +66,7 @@ def get_package_data():
"""
package_data = {}
package_data['jupyterhub'] = [
'alembic.ini',
'alembic/*',
'alembic/versions/*',
]
Expand Down

0 comments on commit 85ca5a0

Please sign in to comment.