Skip to content

Commit

Permalink
Merge pull request #3 from dhirschfeld/pyext-fix
Browse files Browse the repository at this point in the history
Explicitly specify pyext/cpp_message.py in py_modules list
  • Loading branch information
xfxyjwf committed Oct 2, 2014
2 parents 6147768 + ef6eff2 commit eb223ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ def run(self):
'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',
Expand Down

0 comments on commit eb223ed

Please sign in to comment.