aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Mehrdad Afshari <mehrdada@users.noreply.github.com>2018-06-20 14:41:05 -0700
committerGravatar GitHub <noreply@github.com>2018-06-20 14:41:05 -0700
commit062f369c9cd28219981748f94830aa2f2b3cf95a (patch)
tree87cdde2a5717d27d59a051afa6493e193d51f59b /src
parent8e64645b3e4f51108b790ed825dbf2352038254a (diff)
parent650fcb6b8d4f0f8d4adfc6148d17a29790d02d5f (diff)
Merge pull request #15819 from grpc/mmx-grpcio-testing-build
Build grpcio-testing alongside Python artifact builds
Diffstat (limited to 'src')
-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`.
+