Merge pull request #3 from dhirschfeld/pyext-fix
Explicitly specify pyext/cpp_message.py in py_modules list
This commit is contained in:
commit
eb223ed4f7
1 changed files with 1 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue