From e8a52609d32666da06741cb810a65c00f8dfc48f Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Wed, 15 Mar 2017 16:41:43 -0400 Subject: [PATCH] Fix syntax error Change-Id: I1e23893fd3ae4520640b898dd7d6774c36e6fdc1 Signed-off-by: Thanh Ha --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.16.6