commit | 9e4d0610ea5e2bb302c6185648e9e126d1dd8d9c | [log] [tgz] |
---|---|---|
author | Nathaniel Manista <nathaniel@google.com> | Sun Aug 30 20:34:40 2015 +0000 |
committer | Nathaniel Manista <nathaniel@google.com> | Mon Aug 31 08:54:06 2015 +0000 |
tree | 7dd0f048dacf24b242f6dcba520939244eb2a6c3 | |
parent | 1d14618a0e3a86a705d543a8c761aa60bd1a59c0 [diff] [blame] | |
parent | 154e762ae8f2711cbb7097616859f5ff9c677ecf [diff] [blame] | |
parent | dff73c7d23fe6fa405b7311696e8f3c4b8484e8e [diff] [blame] |
The rest of the Python Beta API
diff --git a/src/python/grpcio_test/setup.py b/src/python/grpcio_test/setup.py index 898ea20..802dd1e 100644 --- a/src/python/grpcio_test/setup.py +++ b/src/python/grpcio_test/setup.py
@@ -55,6 +55,11 @@ 'grpc_protoc_plugin': [ 'test.proto', ], + 'grpc_test': [ + 'credentials/ca.pem', + 'credentials/server1.key', + 'credentials/server1.pem', + ], } _SETUP_REQUIRES = (