Compare commits

..

3 Commits
0.0.7 ... 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
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

@@ -25,7 +25,7 @@ setup-hooks =
[files]
packages =
smaugclient
karborclient
[entry_points]
console_scripts =