projects
/
osm
/
MON.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31c6f75
)
Add version schedule pep440-git-full
97/6597/1
author
lavado
<glavado@whitestack.com>
Mon, 1 Oct 2018 14:59:17 +0000
(09:59 -0500)
committer
lavado
<glavado@whitestack.com>
Mon, 1 Oct 2018 14:59:17 +0000
(09:59 -0500)
Change-Id: I71a46fae027ba3faee2c5e0239a893ae75e8de25
Signed-off-by: lavado <glavado@whitestack.com>
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index
6ea105c
..
16c056b
100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-28,7
+28,7
@@
def parse_requirements(requirements):
_name = 'osm_mon'
-_version_command = ('git describe --match v* --tags --long --dirty', 'pep440-git')
+_version_command = ('git describe --match v* --tags --long --dirty', 'pep440-git
-full
')
_description = 'OSM Monitoring Module'
_author = "Benjamín Díaz"
_author_email = 'bdiaz@whitestack.com'