Kaynağa Gözat

Add missing module to setup.py.

temporal 17 yıl önce
ebeveyn
işleme
ea9d0d85fb
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2 1
      python/setup.py

+ 2 - 1
python/setup.py

@@ -108,6 +108,7 @@ if __name__ == '__main__':
           'google.protobuf.internal.input_stream',
           'google.protobuf.internal.message_listener',
           'google.protobuf.internal.output_stream',
+          'google.protobuf.internal.type_checkers',
           'google.protobuf.internal.wire_format',
           'google.protobuf.descriptor',
           'google.protobuf.descriptor_pb2',
@@ -115,7 +116,7 @@ if __name__ == '__main__':
           'google.protobuf.reflection',
           'google.protobuf.service',
           'google.protobuf.service_reflection',
-          'google.protobuf.text_format'],
+          'google.protobuf.text_format' ],
         url = 'http://code.google.com/p/protobuf/',
         maintainer = maintainer_email,
         maintainer_email = 'protobuf@googlegroups.com',