projects
/
osm
/
RO.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e72710b
)
Restrict git describe to tags matching v*
03/6403/1
BUILD_v4.0.1_2
author
Michael Marchetti
<mmarchetti@sandvine.com>
Fri, 3 Aug 2018 14:16:59 +0000
(16:16 +0200)
committer
Michael Marchetti
<mmarchetti@sandvine.com>
Fri, 3 Aug 2018 14:16:59 +0000
(16:16 +0200)
Signed-off-by: Michael Marchetti <mmarchetti@sandvine.com>
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index
4fa3273
..
97d7b4b
100755
(executable)
--- a/
setup.py
+++ b/
setup.py
@@
-41,7
+41,7
@@
_requirements = [
]
setup(name=_name,
- version_command=('git describe', 'pep440-git'),
+ version_command=('git describe
--match v*
', 'pep440-git'),
description = _description,
long_description = open('README.rst').read(),
author = _author,