Merge pull request #108 from moggers87/107-south_migrations-missing

Add `south_migrations` to packages in setup.py
This commit is contained in:
Dave Hall 2015-04-06 08:26:59 +01:00
commit dade916f76

View file

@ -16,6 +16,7 @@ setup(
"watson.management",
"watson.management.commands",
"watson.migrations",
"watson.south_migrations",
"watson.templatetags",
],
package_dir = {