aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_health_checking
diff options
context:
space:
mode:
authorGravatar kpayson64 <kpayson@google.com>2017-03-10 15:35:55 -0800
committerGravatar GitHub <noreply@github.com>2017-03-10 15:35:55 -0800
commit32f32ea0b2249b03514fbc1c4fb4604440bef22b (patch)
treeb74b6693798a51bd9f37b21c0ea79b6d53990c2e /src/python/grpcio_health_checking
parent4a8694fb3160c6525245c998842d727b339f2546 (diff)
parent78354300bfa7ff66d7ecc1c847fde22e932b7388 (diff)
Merge pull request #9990 from kpayson64/fill_in_fields
Add package details to grpcio/grpcio-tools
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('.'),