Reduce line length for flake8 41/6641/1 v4.0
authorMike Marchetti <mmarchetti@sandvine.com>
Fri, 5 Oct 2018 18:27:09 +0000 (14:27 -0400)
committerMike Marchetti <mmarchetti@sandvine.com>
Fri, 5 Oct 2018 18:27:09 +0000 (14:27 -0400)
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
setup.py

index 3f48211..982a563 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,8 @@ from setuptools import setup, find_packages
 
 setup(
     name='osmclient',
-    version_command=('git describe --tags --long --dirty --match v*', 'pep440-git'),
+    version_command=('git describe --tags --long --dirty --match v*',
+                     'pep440-git'),
     author='Mike Marchetti',
     author_email='mmarchetti@sandvine.com',
     packages=find_packages(),