소스 검색

Explicitly specify pyext/cpp_message.py in py_modules list

David Hirschfeld 11 년 전
부모
커밋
ef6eff20bd
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_pool',
           'google.protobuf.message_factory',
+          'google.protobuf.pyext.cpp_message',
           'google.protobuf.reflection',
           'google.protobuf.service',
           'google.protobuf.service_reflection',