From ef6eff20bd2c2f23c3f5c2d46b5ee84d09ea67bc Mon Sep 17 00:00:00 2001 From: David Hirschfeld Date: Wed, 27 Aug 2014 09:25:26 +0100 Subject: [PATCH] Explicitly specify pyext/cpp_message.py in py_modules list --- python/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/setup.py b/python/setup.py index 9441d0e10..f4ae50849 100755 --- a/python/setup.py +++ b/python/setup.py @@ -180,6 +180,7 @@ if __name__ == '__main__': 'google.protobuf.descriptor_database', 'google.protobuf.descriptor_pool', 'google.protobuf.message_factory', + 'google.protobuf.pyext.cpp_message', 'google.protobuf.reflection', 'google.protobuf.service', 'google.protobuf.service_reflection',