diff options
author | Masood Malekghassemi <atash@google.com> | 2016-02-09 10:06:16 -0800 |
---|---|---|
committer | Masood Malekghassemi <atash@google.com> | 2016-02-09 10:06:16 -0800 |
commit | d989e404a647abfea11e68c188b367a7adedcdf0 (patch) | |
tree | 90881cc9d950e9f134c4bcd0677cf0938df56ece | |
parent | 2a9d5e1c01c556e9cec9b97ab358f2df49075d9b (diff) |
Add grpc_version.py to PYTHON-MANIFEST.in
-rw-r--r-- | PYTHON-MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PYTHON-MANIFEST.in b/PYTHON-MANIFEST.in index 2f5700d11a..3c46d61170 100644 --- a/PYTHON-MANIFEST.in +++ b/PYTHON-MANIFEST.in @@ -5,6 +5,7 @@ graft include/grpc graft third_party/boringssl graft third_party/zlib include src/python/grpcio/commands.py +include src/python/grpcio/grpc_version.py include src/python/grpcio/grpc_core_dependencies.py include src/python/grpcio/support.py include src/python/grpcio/README.rst |