aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Lidi Zheng <lidiz@google.com>2018-12-05 11:41:09 -0800
committerGravatar Lidi Zheng <lidiz@google.com>2018-12-05 12:30:08 -0800
commit8d438057e42864e0a53217cd7b8d1636d5842422 (patch)
treee7799f415206ab85ccfe99b58611194c3f92ac62
parent9bd5b3778abbb2564544a69d9c99d3c87a3354eb (diff)
Add License to Python tarball
-rw-r--r--PYTHON-MANIFEST.in1
-rw-r--r--setup.cfg3
2 files changed, 4 insertions, 0 deletions
diff --git a/PYTHON-MANIFEST.in b/PYTHON-MANIFEST.in
index c0de5289ee..544fefbc48 100644
--- a/PYTHON-MANIFEST.in
+++ b/PYTHON-MANIFEST.in
@@ -20,3 +20,4 @@ include src/python/grpcio/README.rst
include requirements.txt
include etc/roots.pem
include Makefile
+include LICENSE
diff --git a/setup.cfg b/setup.cfg
index 218792e674..125ec93491 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -15,3 +15,6 @@ exclude=.*protoc_plugin/protoc_plugin_test\.proto$
# Style settings
[yapf]
based_on_style = google
+
+[metadata]
+license_files = LICENSE