Move package metadata to mayan/__init__.py

This commit is contained in:
Roberto Rosario
2015-07-04 03:09:25 -04:00
parent ee6bb866c9
commit d55f54b221
2 changed files with 3 additions and 1 deletions

View File

@@ -237,7 +237,7 @@ html_sidebars = {
]
}
html_theme_options = {
'description': 'Free Open Source Electronic Document Management System',
'description': mayan.__description__,
'github_user': 'mayan-edms',
'github_repo': 'mayan-edms',
'travis_button': True,