Skip to content
Snippets Groups Projects
Commit 0702f628 authored by Masood Malekghassemi's avatar Masood Malekghassemi
Browse files

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.
parent 1a741606
No related branches found
No related tags found
No related merge requests found
...@@ -184,7 +184,7 @@ def extension_modules(): ...@@ -184,7 +184,7 @@ def extension_modules():
return extensions return extensions
setuptools.setup( setuptools.setup(
name='grpcio_tools', name='grpcio-tools',
version=grpc_version.VERSION, version=grpc_version.VERSION,
license='3-clause BSD', license='3-clause BSD',
ext_modules=extension_modules(), ext_modules=extension_modules(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment