From ec8cbee3c8db9bf16f701941e12991135c4dc9ec Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 23 Aug 2018 13:06:00 -0400 Subject: [PATCH] Take the project description from the project main module. Signed-off-by: Roberto Rosario --- setup.py.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py.tmpl b/setup.py.tmpl index 1b22541525..5f4121aeeb 100644 --- a/setup.py.tmpl +++ b/setup.py.tmpl @@ -83,7 +83,7 @@ setup( 'Topic :: Internet :: WWW/HTTP :: WSGI :: Application', 'Topic :: Communications :: File Sharing', ], - description='Free Open Source Electronic Document Management System', + description=mayan.__description__, include_package_data=True, install_requires=install_requires, license='Apache 2.0',