aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_testing
diff options
context:
space:
mode:
authorGravatar Mehrdad Afshari <mmx@google.com>2018-06-20 16:01:20 -0700
committerGravatar Mehrdad Afshari <mmx@google.com>2018-06-20 16:01:20 -0700
commit84955e7a48a2e45a8c0d8cf2cdb3ad9fd4b21998 (patch)
treea512786a92339f031666e66f13c3b1b2bbc82a6f /src/python/grpcio_testing
parentaaa063a4ab8c4ea662ca071a730b146a729b88e1 (diff)
parent062f369c9cd28219981748f94830aa2f2b3cf95a (diff)
Upmerge v1.13.x into master
Diffstat (limited to 'src/python/grpcio_testing')
-rw-r--r--src/python/grpcio_testing/MANIFEST.in3
-rw-r--r--src/python/grpcio_testing/README.rst10
2 files changed, 13 insertions, 0 deletions
diff --git a/src/python/grpcio_testing/MANIFEST.in b/src/python/grpcio_testing/MANIFEST.in
new file mode 100644
index 0000000000..39b3565217
--- /dev/null
+++ b/src/python/grpcio_testing/MANIFEST.in
@@ -0,0 +1,3 @@
+include grpc_version.py
+recursive-include grpc_testing *.py
+global-exclude *.pyc
diff --git a/src/python/grpcio_testing/README.rst b/src/python/grpcio_testing/README.rst
new file mode 100644
index 0000000000..c699b80fb6
--- /dev/null
+++ b/src/python/grpcio_testing/README.rst
@@ -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`.
+