15 lines
555 B
Python
15 lines
555 B
Python
from __future__ import unicode_literals
|
|
|
|
__title__ = 'Mayan EDMS'
|
|
__version__ = '3.2b1'
|
|
__build__ = 0x030200
|
|
__build_string__ = 'v3.1.10-351-g72cdfe58c5_Thu May 9 20:30:48 2019 +0000'
|
|
__django_version__ = '1.11'
|
|
__author__ = 'Roberto Rosario'
|
|
__author_email__ = 'roberto.rosario@mayan-edms.com'
|
|
__description__ = 'Free Open Source Electronic Document Management System'
|
|
__license__ = 'Apache 2.0'
|
|
__copyright_short__ = '2011-2018 Roberto Rosario'
|
|
__copyright__ = '{} {}'.format('Copyright', __copyright_short__)
|
|
__website__ = 'https://www.mayan-edms.com'
|