浏览代码

Merge pull request #3 from dhirschfeld/pyext-fix

Explicitly specify pyext/cpp_message.py in py_modules list
Feng Xiao 11 年之前
父节点
当前提交
eb223ed4f7
共有 1 个文件被更改,包括 1 次插入0 次删除
  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_database',
           'google.protobuf.descriptor_pool',
           'google.protobuf.descriptor_pool',
           'google.protobuf.message_factory',
           'google.protobuf.message_factory',
+          'google.protobuf.pyext.cpp_message',
           'google.protobuf.reflection',
           'google.protobuf.reflection',
           'google.protobuf.service',
           'google.protobuf.service',
           'google.protobuf.service_reflection',
           'google.protobuf.service_reflection',