mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-05-27 13:34:01 +00:00
[#202] Added missing notifications.base in setup.py
This commit is contained in:
parent
bf772f6d44
commit
e5d866fb26
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -40,6 +40,7 @@ setup(
|
|||
],
|
||||
packages=[
|
||||
'notifications',
|
||||
'notifications.base',
|
||||
'notifications.templatetags',
|
||||
'notifications.migrations',
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue