Skip to content

Commit

Permalink
add title and version info
Browse files Browse the repository at this point in the history
  • Loading branch information
kanishka-linux committed Sep 8, 2018
1 parent e57885c commit f8511ad
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion reminiscence/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,10 @@

# This will make sure the app is always imported when
# Django starts so that shared_task will use this app.
from .celery import app as celery_app
from .celery import app as celery_app

__title__ = 'Reminiscence: Self-hosted bookmark and archive manager'
__version__ = '0.1'
__author__ = 'kanishka-linux (AAK)'
__license__ = 'AGPLv3'
__copyright__ = 'Copyright (C) 2018 kanishka-linux (AAK) [email protected]'

0 comments on commit f8511ad

Please sign in to comment.