mirror of
https://github.com/Hopiu/django-watson.git
synced 2026-03-16 22:00:22 +00:00
Add south_migrations to packages in setup.py
Fixes etianen/django-watson#107
This commit is contained in:
parent
a842267396
commit
d1fc96d56e
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -16,6 +16,7 @@ setup(
|
|||
"watson.management",
|
||||
"watson.management.commands",
|
||||
"watson.migrations",
|
||||
"watson.south_migrations",
|
||||
"watson.templatetags",
|
||||
],
|
||||
package_dir = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue