projects
/
osm
/
NBI.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ce1db9
)
Add version match to v*
39/6639/1
author
Mike Marchetti
<mmarchetti@sandvine.com>
Fri, 5 Oct 2018 18:21:03 +0000
(14:21 -0400)
committer
Mike Marchetti
<mmarchetti@sandvine.com>
Fri, 5 Oct 2018 18:21:03 +0000
(14:21 -0400)
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index
3cdb8ad
..
68aa1fc
100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-15,7
+15,7
@@
setup(
name=_name,
description='OSM North Bound Interface',
long_description=README,
- version_command=('git describe --tags --long --dirty', 'pep440-git'),
+ version_command=('git describe --tags --long --dirty
--match v*
', 'pep440-git'),
# version=VERSION,
# python_requires='>3.5.0',
author='ETSI OSM',