From d1fc96d56e0efcf89a4269d4c0db90ecc7e89ba7 Mon Sep 17 00:00:00 2001 From: Matt Molyneaux Date: Mon, 6 Apr 2015 01:31:11 +0100 Subject: [PATCH] Add `south_migrations` to packages in setup.py Fixes etianen/django-watson#107 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 591d786..5b9f1ce 100644 --- a/setup.py +++ b/setup.py @@ -16,6 +16,7 @@ setup( "watson.management", "watson.management.commands", "watson.migrations", + "watson.south_migrations", "watson.templatetags", ], package_dir = {