Skip to content

Commit

Permalink
potential fix for lanpa#249
Browse files Browse the repository at this point in the history
  • Loading branch information
lanpa committed Oct 12, 2018
1 parent 3f2fad7 commit bdcc1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def run(self):
# Dynamically compile protos
res = subprocess.call(['./compile.sh'])
assert res == 0, 'cannot compile protobuf'
install.run(self)
install.do_egg_install(self)

with open('HISTORY.rst') as history_file:
history = history_file.read()
Expand Down

0 comments on commit bdcc1f8

Please sign in to comment.