projects
/
osm
/
osmclient.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
950fc19
)
Add version schedule pep440-git-full
87/6587/1
netslice
author
Mike Marchetti
<mmarchetti@sandvine.com>
Fri, 28 Sep 2018 21:18:26 +0000
(17:18 -0400)
committer
Mike Marchetti
<mmarchetti@sandvine.com>
Fri, 28 Sep 2018 21:18:26 +0000
(17:18 -0400)
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index
bf1f71b
..
832e2fe
100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-3,7
+3,7
@@
from setuptools import setup, find_packages
setup(
name='osmclient',
version_command=('git describe --match v* --tags --long --dirty',
- 'pep440-git'),
+ 'pep440-git
-full
'),
author='Mike Marchetti',
author_email='mmarchetti@sandvine.com',
packages=find_packages(),