From 5556b4aea84e43d77b881284968a478275170e47 Mon Sep 17 00:00:00 2001 From: Wes Kendall Date: Fri, 7 Mar 2014 14:52:14 -0500 Subject: [PATCH] Update setup.py Updated setup.py to include migrations --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f584e59..9169174 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,8 @@ author='Wes Kendall', author_email='wesleykendall@gmail.com', packages=[ - 'manager_utils', + 'db_mutex', + 'db_mutex.migrations', ], classifiers=[ 'Programming Language :: Python',