Browse Source

Explicitly specify pyext/cpp_message.py in py_modules list

David Hirschfeld 11 years ago
parent
commit
ef6eff20bd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      python/setup.py

+ 1 - 0
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',