summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsetup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index ddbbe30..b6e5298 100755
--- a/setup.py
+++ b/setup.py
@@ -39,6 +39,8 @@ setup(
name = 'mansrht',
packages = [
'mansrht',
+ 'mansrht.alembic',
+ 'mansrht.alembic.versions',
'mansrht.types',
'mansrht.blueprints'
],