From: Haomai Wang Date: Mon, 7 Nov 2016 16:04:07 +0000 (+0800) Subject: pybind/rgwfile: change description X-Git-Tag: v11.1.0~389^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F11624%2Fhead;p=ceph.git pybind/rgwfile: change description Signed-off-by: Haomai Wang --- diff --git a/src/pybind/rgw/setup.py b/src/pybind/rgw/setup.py index fa61461e8550..72bace4f0be3 100755 --- a/src/pybind/rgw/setup.py +++ b/src/pybind/rgw/setup.py @@ -165,8 +165,8 @@ setup( "This package contains Python bindings for interacting with the " "RGW library. RGW is a Object Storage Gateway " "that uses a Ceph Storage Cluster to store its data. The " - "Ceph Object Storage with its S3 and Swift APIs, " - "or native bindings (librados)." + "Ceph Object Storage support S3 and Swift APIs, " + "and file operations." ), url='https://github.com/ceph/ceph/tree/master/src/pybind/rgw', license='LGPLv2+',