Fix black and flake errors in setup.py

Change-Id: I9522836f89e660c280c49a75ad5fd853454401e3
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/tox.ini b/tox.ini
index e28d5c1..3301d0b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -36,7 +36,7 @@
 deps = black
 skip_install = true
 commands =
-        black --check --diff src
+        black --check --diff src setup.py
 
 
 #######################################################################################
@@ -60,7 +60,7 @@
 deps =  flake8==5.0.4
         flake8-import-order
 commands =
-        flake8 src/
+        flake8 src setup.py
 
 
 #######################################################################################