Fix issues after changing the package name to pankoclient

- Correct the pip installation command
- Fix the pbr version querying

Change-Id: I20b758622710fe2a292ad29b4494bd56fd817877
This commit is contained in:
liusheng 2017-03-01 10:10:28 +08:00
parent c30ff62fd9
commit aa014b61e7
2 changed files with 2 additions and 2 deletions

View File

@ -4,5 +4,5 @@ Installation
At the command line::
$ pip install python-pankoclient
$ pip install pankoclient

View File

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