mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-10 22:03:09 +00:00
8 lines
250 B
Python
8 lines
250 B
Python
__title__ = 'django-fobi'
|
|
__version__ = '0.4.25'
|
|
__build__ = 0x000028
|
|
__author__ = 'Artur Barseghyan <artur.barseghyan@gmail.com>'
|
|
__copyright__ = '2014-2015 Artur Barseghyan'
|
|
__license__ = 'GPL 2.0/LGPL 2.1'
|
|
|
|
default_app_config = 'fobi.apps.Config'
|