| commit | 77a9029f18eda459eef32d46f4417c016a7da1cc | [log] [tgz] |
|---|---|---|
| author | Mike Marchetti <mmarchetti@sandvine.com> | Tue Aug 14 09:16:33 2018 -0400 |
| committer | Mike Marchetti <mmarchetti@sandvine.com> | Tue Aug 14 09:20:07 2018 -0400 |
| tree | f4609f5498b964d03568b9ca795bffbf3e91cf43 | |
| parent | f0a1e22dd438fa6ac6dc2f09e090382c7d6e2545 [diff] [blame] |
Match against correct version tag Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
diff --git a/setup.py b/setup.py index 25a397c..bf1f71b 100644 --- a/setup.py +++ b/setup.py
@@ -2,7 +2,8 @@ setup( name='osmclient', - version_command=('git describe --tags --long --dirty', 'pep440-git'), + version_command=('git describe --match v* --tags --long --dirty', + 'pep440-git'), author='Mike Marchetti', author_email='mmarchetti@sandvine.com', packages=find_packages(),