diff options
author | kong wei <kong.wei2@zte.com.cn> | 2017-03-06 01:28:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-06 01:28:31 +0000 |
commit | 3756b89c9bdd1274b1784750253485416920d8b6 (patch) | |
tree | 2260aa8bd77c9c17e0524089c1f77eb10c1efac1 /client/doc/source/conf.py | |
parent | 639460b74df6e282b46e6e391d3f62fe13a78499 (diff) | |
parent | 4d83093923afb9feb3372d993f1743a715bf7640 (diff) |
Merge "The code using 'python-escalatorclient' as the client's package name. But the true name is 'escalatorclient'. Now, when the shell command 'escalator' was run, the system said: Exception: Versioning for this project requires either an sdist tarball, or access to an upstream git repository. It's also possible that there is a mismatch between the package name in setup.cfg and the argument given to pbr.version.VersionInfo. Project name python-escalatorclient was given, but was not able to be found."
Diffstat (limited to 'client/doc/source/conf.py')
-rw-r--r-- | client/doc/source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/doc/source/conf.py b/client/doc/source/conf.py index 1cfaad2..0e00ed1 100644 --- a/client/doc/source/conf.py +++ b/client/doc/source/conf.py @@ -28,7 +28,7 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = 'python-escalatorclient' +project = 'escalatorclient' copyright = u'OpenStack Foundation' # If true, '()' will be appended to :func: etc. cross-reference text. |