Skip to content
Snippets Groups Projects
Commit 3386d78e authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

Merge pull request #6491 from soltanmm/license-to-nil

Add explicit license to grpcio-tools setup.py
parents 9a8568b7 82318676
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ def maybe_cythonize(exts):
setuptools.setup(
name='grpcio_tools',
version=grpc_version.VERSION,
license='',
license='3-clause BSD',
ext_modules=maybe_cythonize([
protoc_ext_module(),
]),
......
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