Fix issues after changing the package name to pankoclient

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

Change-Id: I20b758622710fe2a292ad29b4494bd56fd817877
changes/77/439277/1
liusheng 6 years ago
parent c30ff62fd9
commit aa014b61e7

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

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

Loading…
Cancel
Save