From 66908b7143876248b3364cc26f42b72aa830f74e Mon Sep 17 00:00:00 2001
From: Arnaud Taffanel <arnaud@bitcraze.se>
Date: Wed, 13 Apr 2016 10:09:23 +0200
Subject: [PATCH] Fix flake8

---
 setup.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index dcc99ef..e2fbf48 100644
--- a/setup.py
+++ b/setup.py
@@ -111,8 +111,7 @@ setup(
     url='http://www.bitcraze.io',
 
     classifiers=[
-        'License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)',
-
+        'License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)',  # noqa
         'Programming Language :: Python :: 3.4',
         'Programming Language :: Python :: 3.5',
     ],
-- 
GitLab