Use a multiline string for description 68/5268/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 21 Jun 2017 15:39:22 +0000 (11:39 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 21 Jun 2017 15:39:23 +0000 (11:39 -0400)
Fix up some formatting issues by using a multiline string.

Change-Id: I8f199a813dd6fde2b5b4af8598aa93c847287a38
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
setup.py

index 2f2ead1..2778c41 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,6 +3,10 @@ from setuptools import setup
 
 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
@@ -24,8 +28,7 @@ setup(
     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=[