mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-04-21 05:30:59 +00:00
Added south_migration to the setup.py package list
This commit is contained in:
parent
8f02e30be5
commit
060d49f898
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -15,7 +15,8 @@ setup(name='django-notifications-hq',
|
|||
],
|
||||
packages=['notifications',
|
||||
'notifications.templatetags',
|
||||
'notifications.migrations'
|
||||
'notifications.migrations',
|
||||
'notifications.south_migrations'
|
||||
],
|
||||
package_data={'notifications': [
|
||||
'templates/notifications/*.html']},
|
||||
|
|
|
|||
Loading…
Reference in a new issue