Correct the distname in PBR version discovery

The distname passed to PBR for identifying the package version is
not the same as the name of the module, in this case.

Change-Id: Idff8d8c9faa32b0c09a52d55a92db82a4ce80d80
This commit is contained in:
Jeremy Stanley 2019-06-25 20:07:48 +00:00
parent 08e5be6ff6
commit 8eff0848c5
1 changed files with 1 additions and 1 deletions

View File

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