aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_health_checking
diff options
context:
space:
mode:
authorGravatar Ken Payson <kpayson@google.com>2017-03-06 09:28:16 -0800
committerGravatar Ken Payson <kpayson@google.com>2017-03-10 10:47:45 -0800
commit78354300bfa7ff66d7ecc1c847fde22e932b7388 (patch)
tree7784bc9bd176a3a7f9b30df8fc1033a93ec22c58 /src/python/grpcio_health_checking
parenteb064ec7b81b60c5e1eb47d6124d0c05056b3097 (diff)
Add package details to gRPC Packages
Diffstat (limited to 'src/python/grpcio_health_checking')
-rw-r--r--src/python/grpcio_health_checking/setup.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/python/grpcio_health_checking/setup.py b/src/python/grpcio_health_checking/setup.py
index 52ee98a2d5..17bb3ab616 100644
--- a/src/python/grpcio_health_checking/setup.py
+++ b/src/python/grpcio_health_checking/setup.py
@@ -59,6 +59,10 @@ COMMAND_CLASS = {
setuptools.setup(
name='grpcio-health-checking',
version=grpc_version.VERSION,
+ description='Standard Health Checking Service for gRPC',
+ author='The gRPC Authors',
+ author_email='grpc-io@googlegroups.com',
+ url='http://www.grpc.io',
license='3-clause BSD',
package_dir=PACKAGE_DIRECTORIES,
packages=setuptools.find_packages('.'),