mirror of
https://github.com/Hopiu/django-watson.git
synced 2026-05-05 12:24:43 +00:00
Merge pull request #108 from moggers87/107-south_migrations-missing
Add `south_migrations` to packages in setup.py
This commit is contained in:
commit
dade916f76
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