Skip to content

Commit 650fcb6

Browse files
committed
Add MANIFEST and README to grpcio_testing package
1 parent 2cb912c commit 650fcb6

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
include grpc_version.py
2+
recursive-include grpc_testing *.py
3+
global-exclude *.pyc
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
gRPC Python Testing Package
2+
===========================
3+
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

Comments
 (0)