Add explicit license to grpcio-tools setup.py

pull/6491/head
Masood Malekghassemi 9 years ago
parent 9a8568b7c0
commit 8231867637
  1. 2
      tools/distrib/python/grpcio_tools/setup.py

@ -83,7 +83,7 @@ def maybe_cythonize(exts):
setuptools.setup( setuptools.setup(
name='grpcio_tools', name='grpcio_tools',
version=grpc_version.VERSION, version=grpc_version.VERSION,
license='', license='3-clause BSD',
ext_modules=maybe_cythonize([ ext_modules=maybe_cythonize([
protoc_ext_module(), protoc_ext_module(),
]), ]),

Loading…
Cancel
Save