Match version entry in __init__ with setup.cfg

The name listed in setup.cfg is the key and needs to match what's in
__init__.py.

Change-Id: Icf0cfed5ed79bf5e96c94e81cf70f7769ff5b498
This commit is contained in:
Monty Taylor 2017-02-15 13:43:15 -06:00
parent cf9093ec58
commit 375e772a6e
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@ import pbr.version
__version__ = pbr.version.VersionInfo(
'devstack').version_string()
'devstack-tools').version_string()