projects
/
osm
/
POL.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb76d13
)
Modifies version_command to use pep440-git-full
66/6666/3
author
Benjamin Diaz
<bdiaz@whitestack.com>
Tue, 9 Oct 2018 18:56:22 +0000
(15:56 -0300)
committer
lavado
<glavado@whitestack.com>
Tue, 9 Oct 2018 22:27:34 +0000
(
00:27
+0200)
Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index
c3c735d
..
86dacc4
100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-24,7
+24,7
@@
from setuptools import setup
_name = 'osm_policy_module'
-_version_command = ('git describe --match v* --tags --long --dirty', 'pep440-git')
+_version_command = ('git describe --match v* --tags --long --dirty', 'pep440-git
-full
')
_author = "Benjamín Díaz"
_author_email = 'bdiaz@whitestack.com'
_description = 'OSM Policy Module'