From: Thanh Ha Date: Wed, 15 Mar 2017 20:41:43 +0000 (-0400) Subject: Fix syntax error X-Git-Tag: v0.0.9~2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F44%2F4044%2F1;p=releng%2Flftools.git Fix syntax error Change-Id: I1e23893fd3ae4520640b898dd7d6774c36e6fdc1 Signed-off-by: Thanh Ha --- diff --git a/setup.py b/setup.py index 69af83f4..e8401877 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( '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 these tools to be generic as possible ' - 'such that they can be deployed in other environments.' + 'such that they can be deployed in other environments.'), license='EPL', classifiers=[ 'Development Status :: 1 - Planning',