| commit | ae5c74baba7b91f772dbc70867044445516a4e63 | [log] [tgz] |
|---|---|---|
| author | Mike Marchetti <mmarchetti@sandvine.com> | Fri Oct 05 14:18:34 2018 -0400 |
| committer | Mike Marchetti <mmarchetti@sandvine.com> | Fri Oct 05 14:18:34 2018 -0400 |
| tree | f3acebed119d61cd732f25ed3c6656f96b68dc6a | |
| parent | bce32152e2ea469553e9957286988efb8d760a0a [diff] [blame] |
Add matching for version v* Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
diff --git a/setup.py b/setup.py index 0c7f055..1f0baca 100644 --- a/setup.py +++ b/setup.py
@@ -14,7 +14,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',