Fix up some formatting issues by using a multiline string.
Change-Id: I8f199a813dd6fde2b5b4af8598aa93c847287a38
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
from lftools import __version__
+desc = '''Linux Foundation Release Engineering Tools
+Website: https://lf-releng-tools.readthedocs.io/en/latest/
+'''
+
long_desc = '''
LF Tools is a collection of scripts and utilities that are useful to multiple
Linux Foundation project CI and Releng related activities. We try to create
author='Thanh Ha',
author_email='thanh.ha@linuxfoundation.org',
url='',
- description=('Linux Foundation Release Engineering Tools'
- 'Website: https://lf-releng-tools.readthedocs.io/en/latest/'),
+ description=(desc),
long_description=long_desc,
license='EPL',
classifiers=[