projects
/
osm
/
osmclient.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40c1d49
)
Reduce line length for flake8
41/6641/1
v4.0
author
Mike Marchetti
<mmarchetti@sandvine.com>
Fri, 5 Oct 2018 18:27:09 +0000
(14:27 -0400)
committer
Mike 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
patch
|
blob
|
history
diff --git
a/setup.py
b/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(),