aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Masood Malekghassemi <atash@google.com>2016-12-20 12:44:36 -0800
committerGravatar Masood Malekghassemi <atash@google.com>2016-12-20 12:44:36 -0800
commit0702f628d70d9055159e8b90507d124d79e8e0a5 (patch)
tree7e5ca90bbdaa1fa9e803dcf59f6bcd50dfcf45b2
parent1a741606feb3c110c7b17b2cf00e18ee97decc72 (diff)
Change grpcio_tools to grpcio-tools
This should address the difference in how we ask users to install grpcio-tools and the files the user ends up downloading from PyPI.
-rw-r--r--tools/distrib/python/grpcio_tools/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/distrib/python/grpcio_tools/setup.py b/tools/distrib/python/grpcio_tools/setup.py
index 581ecc40c0..502d7ef27b 100644
--- a/tools/distrib/python/grpcio_tools/setup.py
+++ b/tools/distrib/python/grpcio_tools/setup.py
@@ -184,7 +184,7 @@ def extension_modules():
return extensions
setuptools.setup(
- name='grpcio_tools',
+ name='grpcio-tools',
version=grpc_version.VERSION,
license='3-clause BSD',
ext_modules=extension_modules(),