We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cb912c commit 650fcb6Copy full SHA for 650fcb6
2 files changed
src/python/grpcio_testing/MANIFEST.in
@@ -0,0 +1,3 @@
1
+include grpc_version.py
2
+recursive-include grpc_testing *.py
3
+global-exclude *.pyc
src/python/grpcio_testing/README.rst
@@ -0,0 +1,10 @@
+gRPC Python Testing Package
+===========================
+
4
+Testing utilities for gRPC Python
5
6
+Dependencies
7
+------------
8
9
+Depends on the `grpcio` package, available from PyPI via `pip install grpcio`.
10
0 commit comments