summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-12-28 21:02:28 -0500
committerDrew DeVault <sir@cmpwn.com>2018-12-28 21:02:28 -0500
commit0f860f265e91a66f66e98c4f914a7e6621c37f06 (patch)
tree80dc8a4a74b3f3875e624513412d3885b561403e
parent9e4a034d7094a51e460fa9e67bc5ee3fc08c5305 (diff)
Add alembic to setup.py
-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'
],