Skip to content

Commit

Permalink
Add License to Python tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
lidizheng committed Dec 5, 2018
1 parent 9bd5b37 commit 8d43805
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions PYTHON-MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ include src/python/grpcio/README.rst
include requirements.txt
include etc/roots.pem
include Makefile
include LICENSE
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ exclude=.*protoc_plugin/protoc_plugin_test\.proto$
# Style settings
[yapf]
based_on_style = google

[metadata]
license_files = LICENSE

0 comments on commit 8d43805

Please sign in to comment.