diff options
author | Craig Tiller <ctiller@google.com> | 2017-09-19 13:12:43 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-09-19 13:12:43 -0700 |
commit | 5e5b73ccf0f6acaabaf921038eb9df4476195a0a (patch) | |
tree | 83785551aa8e4ab52b121dbecdf8debdfad77b4c /src/python/grpcio_health_checking/setup.py | |
parent | 3462fd1481e457a110b37c401f49b42bb31a0fb5 (diff) | |
parent | 1e9650ca36a3a68861cb944af18db1576843da83 (diff) |
Merge github.com:grpc/grpc into execp
Diffstat (limited to 'src/python/grpcio_health_checking/setup.py')
-rw-r--r-- | src/python/grpcio_health_checking/setup.py | 2 |
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 = { '': '.', |