| commit | 063fb07aa8de053f07b66d0876600dd8acfb7db1 | [log] [tgz] |
|---|---|---|
| author | Mike Marchetti <mmarchetti@sandvine.com> | Fri Oct 05 14:27:09 2018 -0400 |
| committer | Mike Marchetti <mmarchetti@sandvine.com> | Fri Oct 05 14:27:09 2018 -0400 |
| tree | 81a90d5ad04ccdc0924a738b07cb33ec525ed520 | |
| parent | 40c1d49e9388adb839abe09af2876d811ac229d6 [diff] |
Reduce line length for flake8 Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
diff --git a/setup.py b/setup.py index 3f48211..982a563 100644 --- a/setup.py +++ b/setup.py
@@ -2,7 +2,8 @@ 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(),