projects
/
osm
/
IM.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
241bd46
)
Restrict git describe to tags matching v*
02/6402/1
BUILD_v4.0.1_2
author
Michael Marchetti
<mmarchetti@sandvine.com>
Fri, 3 Aug 2018 13:54:11 +0000
(15:54 +0200)
committer
Michael Marchetti
<mmarchetti@sandvine.com>
Fri, 3 Aug 2018 13:54:11 +0000
(15:54 +0200)
Signed-off-by: Michael Marchetti <mmarchetti@sandvine.com>
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index
6cfe17b
..
cdccff9
100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-4,7
+4,7
@@
setup(
name='osm_im',
description='OSM Information Model',
long_description = open('README.rst').read(),
- version_command=('git describe --tags --long --dirty', 'pep440-git'),
+ version_command=('git describe --tags --long --dirty
--match v*
', 'pep440-git'),
author='Mike Marchetti',
author_email='mmarchetti@sandvine.com',
packages=find_packages(),