Skip to content
Snippets Groups Projects
Commit 063fb07a authored by Mike Marchetti's avatar Mike Marchetti
Browse files

Reduce line length for flake8


Signed-off-by: default avatarMike Marchetti <mmarchetti@sandvine.com>
parent 40c1d49e
Branches v4.0
No related tags found
No related merge requests found
......@@ -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(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment