From: Thanh Ha Date: Wed, 21 Jun 2017 15:39:22 +0000 (-0400) Subject: Use a multiline string for description X-Git-Tag: v0.5.0~3^2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F68%2F5268%2F1;p=releng%2Flftools.git Use a multiline string for description Fix up some formatting issues by using a multiline string. Change-Id: I8f199a813dd6fde2b5b4af8598aa93c847287a38 Signed-off-by: Thanh Ha --- diff --git a/setup.py b/setup.py index 2f2ead13..2778c419 100644 --- 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=[