Compare commits

...

4 Commits
0.0.6 ... 0.0.8

Author SHA1 Message Date
Jenkins
d8da515092 Merge "Fix package to be 'karborclient'" 2016-08-29 07:54:52 +00:00
Yuval Brik
271998a5e8 Fix package to be 'karborclient'
Package name will be 'python-smaugclient' for pypi, and
'karborclient' for python

Change-Id: I62290f48e2cc5d4b7f837abaaf44d6b21251f57e
2016-08-28 15:02:50 +03:00
zhangshuai
ef4f89da06 fix .coveragerc
Replace karbor as karborclient in .coveragerc,

Change-Id: I1761237c252707411f5e7b4548ce7d5e89d57079
2016-08-26 17:50:37 +08:00
Yuval Brik
6b3ba9f4af Change package name back to smaugclient
Change the package name to smaugclient to allow a sane release

Change-Id: I39843f7c7c46b4fe16f9cb03cfff1647265f83f0
2016-08-23 15:29:33 +03:00
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
[run]
branch = True
source = karborclient
omit = karborclient/tests/*,karbor/openstack/*
omit = karborclient/tests/*,karborclient/openstack/*
[report]
ignore_errors = True

View File

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

View File

@@ -1,5 +1,5 @@
[metadata]
name = python-karborclient
name = python-smaugclient
summary = Python client library for Karbor API
description-file =
README.rst