Add License to Python tarball

pull/17411/head
Lidi Zheng 6 years ago
parent 9bd5b3778a
commit 8d438057e4
  1. 1
      PYTHON-MANIFEST.in
  2. 3
      setup.cfg

@ -20,3 +20,4 @@ include src/python/grpcio/README.rst
include requirements.txt
include etc/roots.pem
include Makefile
include LICENSE

@ -15,3 +15,6 @@ exclude=.*protoc_plugin/protoc_plugin_test\.proto$
# Style settings
[yapf]
based_on_style = google
[metadata]
license_files = LICENSE

Loading…
Cancel
Save