Add MANIFEST and README to grpcio_testing package

pull/15819/head
Mehrdad Afshari 7 years ago
parent 2cb912c716
commit 650fcb6b8d
  1. 3
      src/python/grpcio_testing/MANIFEST.in
  2. 10
      src/python/grpcio_testing/README.rst

@ -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…
Cancel
Save