diff options
author | Masood Malekghassemi <soltanmm@users.noreply.github.com> | 2015-07-28 17:39:02 -0700 |
---|---|---|
committer | Masood Malekghassemi <soltanmm@users.noreply.github.com> | 2015-07-31 14:13:11 -0700 |
commit | 2b84162bd4a515926635eb558da0207150590874 (patch) | |
tree | bbb86e52b921dde757f5d731ade00165e67c4bc7 /src/python/grpcio/MANIFEST.in | |
parent | 791cc31a4971b0b77627044ef375e78b113475fb (diff) |
Use py.test from run_tests.py
Also updates the version of grpcio_test. Now that grpcio and its tests
are in different project packages, the version numbers should be kept in
sync.
Diffstat (limited to 'src/python/grpcio/MANIFEST.in')
-rw-r--r-- | src/python/grpcio/MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python/grpcio/MANIFEST.in b/src/python/grpcio/MANIFEST.in index 498b55f20a..9583dc7768 100644 --- a/src/python/grpcio/MANIFEST.in +++ b/src/python/grpcio/MANIFEST.in @@ -1,2 +1,3 @@ graft grpc include commands.py +include requirements.txt |