aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortemporal <temporal@630680e5-0e50-0410-840e-4b1c322b438d>2008-08-18 22:38:20 +0000
committertemporal <temporal@630680e5-0e50-0410-840e-4b1c322b438d>2008-08-18 22:38:20 +0000
commit1202cd5a575b081a69bfaab8e18c69255a0e1219 (patch)
tree61852af1f2f842d2501b41627f6c6f6ae89a6c0b
parent7c220f697064e39db28c330c1c7b4373d7d9828f (diff)
downloadprotobuf-1202cd5a575b081a69bfaab8e18c69255a0e1219.tar.gz
Add missing module to setup.py.
git-svn-id: http://protobuf.googlecode.com/svn/trunk@35 630680e5-0e50-0410-840e-4b1c322b438d
-rwxr-xr-xpython/setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/setup.py b/python/setup.py
index eda2574..e109ee7 100755
--- a/python/setup.py
+++ b/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',