From b5a4a9cf4519dc0f63088f5342e5a5dc453d5105 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 5 Jun 2018 02:13:09 -0400 Subject: [PATCH] Add a short version of the copyright package metadata for the documentation template. Signed-off-by: Roberto Rosario --- mayan/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mayan/__init__.py b/mayan/__init__.py index 3833fe3f14..70a7a72815 100644 --- a/mayan/__init__.py +++ b/mayan/__init__.py @@ -7,6 +7,7 @@ __author__ = 'Roberto Rosario' __author_email__ = 'roberto.rosario@mayan-edms.com' __description__ = 'Free Open Source Electronic Document Management System' __license__ = 'Apache 2.0' -__copyright__ = 'Copyright 2011-2018 Roberto Rosario' +__copyright_short__ = '2011-2018 Roberto Rosario' +__copyright__ = '{} {}'.format('Copyright', __copyright_short__) __website__ = 'https://www.mayan-edms.com'