mirror of https://github.com/grpc/grpc.git
Merge pull request #15826 from mehrdada/upmerge-v1.13.x-into-master
Upmerge v1.13.x into masterpull/15747/head
commit
9a0a2ccff0
4 changed files with 26 additions and 11 deletions
@ -0,0 +1,3 @@ |
||||
include grpc_version.py |
||||
recursive-include grpc_testing *.py |
||||
global-exclude *.pyc |
@ -0,0 +1,10 @@ |
||||
gRPC Python Testing Package |
||||
=========================== |
||||
|
||||
Testing utilities for gRPC Python |
||||
|
||||
Dependencies |
||||
------------ |
||||
|
||||
Depends on the `grpcio` package, available from PyPI via `pip install grpcio`. |
||||
|
Loading…
Reference in new issue