From 481f78bf7a08e31ee53270028fa70b9eb60ff0a3 Mon Sep 17 00:00:00 2001 From: "zhifeng.jiang" Date: Sat, 16 Jul 2016 21:15:11 +0800 Subject: Fix pep8 errors for all the others python files. JIRA:QTIP-89 Change-Id: Ida1936dea3bcab6137d039fc2d21dc4df60d9f77 Signed-off-by: zhifeng.jiang --- setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index cb19e879..52874dd3 100644 --- a/setup.py +++ b/setup.py @@ -2,10 +2,9 @@ from distutils.core import setup + setup(name='qtip', py_modules=['qtip'], version='1.0', author='opnfv', - packages=['func','data.ref_results','data.report'], - ) - + packages=['func', 'data.ref_results', 'data.report']) -- cgit 1.2.3-korg