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:
df55e93
)
Add version schedule pep440-git-full
92/6592/2
author
tierno
<alfonso.tiernosepulveda@telefonica.com>
Mon, 1 Oct 2018 13:43:57 +0000
(15:43 +0200)
committer
tierno
<alfonso.tiernosepulveda@telefonica.com>
Mon, 1 Oct 2018 13:44:56 +0000
(15:44 +0200)
Change-Id: I23e53bd74c17685c691090b6abec6e15ea659698
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index
05431bd
..
733996c
100755
(executable)
--- a/
setup.py
+++ b/
setup.py
@@
-41,7
+41,7
@@
_requirements = [
]
setup(name=_name,
- version_command=('git describe --match v*', 'pep440-git'),
+ version_command=('git describe --match v*', 'pep440-git
-full
'),
description = _description,
long_description = open('README.rst').read(),
author = _author,