aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_health_checking
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2017-09-18 11:55:52 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2017-09-18 11:55:52 -0700
commitb352be025fcb117d2deca24ada9e90d94eba460c (patch)
tree7666446253d7cdbfa1b6c57a721329e32fef4a50 /src/python/grpcio_health_checking
parent63f31e8cd16b185fd735bd753afbc0375cd573aa (diff)
parenta5b571e22d8e3d06fbdecfc1a6e67a3036be536e (diff)
Upmerge from v1.6.x branch to master
Diffstat (limited to 'src/python/grpcio_health_checking')
-rw-r--r--src/python/grpcio_health_checking/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/grpcio_health_checking/setup.py b/src/python/grpcio_health_checking/setup.py
index 0299b4cca9..1f5e9c5130 100644
--- a/src/python/grpcio_health_checking/setup.py
+++ b/src/python/grpcio_health_checking/setup.py
@@ -34,7 +34,7 @@ CLASSIFIERS = [
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'License :: OSI Approved :: Apache Software License',
-],
+]
PACKAGE_DIRECTORIES = {
'': '.',