| commit | 76f3ee71b675cd7680598551e4de2eb361c35a99 | [log] [tgz] |
|---|---|---|
| author | Mike Marchetti <mmarchetti@sandvine.com> | Fri Oct 05 14:06:23 2018 -0400 |
| committer | Mike Marchetti <mmarchetti@sandvine.com> | Fri Oct 05 14:14:11 2018 -0400 |
| tree | 2774a9c9ec41757fb07526083a6989fa3bc223af | |
| parent | e72710b0ac189586e822a71a611f87fdce6a917d [diff] [blame] |
Fixes for building on v4.0 Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com> Change-Id: I3f24280ee0cc745a512e8879990f2dfa86d0feda
diff --git a/setup.py b/setup.py index 4fa3273..c1d91ac 100755 --- a/setup.py +++ b/setup.py
@@ -41,7 +41,7 @@ ] setup(name=_name, - version_command=('git describe', 'pep440-git'), + version_command=('git describe --match v* --tags --long --dirty', 'pep440-git-full'), description = _description, long_description = open('README.rst').read(), author = _author,