| commit | a35dddd56a46639c9389100a2098566e2ec64f41 | [log] [tgz] |
|---|---|---|
| author | Mike Marchetti <mmarchetti@sandvine.com> | Fri Oct 05 14:21:03 2018 -0400 |
| committer | Mike Marchetti <mmarchetti@sandvine.com> | Fri Oct 05 14:21:03 2018 -0400 |
| tree | b6d132770732520ef9296c1a59443121809291d0 | |
| parent | 7ce1db93057aff3f9679f45ac15c9862e8ac6d2a [diff] [blame] |
Add version match to v* Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
diff --git a/setup.py b/setup.py index 3cdb8ad..68aa1fc 100644 --- a/setup.py +++ b/setup.py
@@ -15,7 +15,7 @@ name=_name, description='OSM North Bound Interface', long_description=README, - version_command=('git describe --tags --long --dirty', 'pep440-git'), + version_command=('git describe --tags --long --dirty --match v*', 'pep440-git'), # version=VERSION, # python_requires='>3.5.0', author='ETSI OSM',