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',