Skip to content

Commit

Permalink
Fix production error in installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ylogx committed Jun 13, 2017
1 parent adc6948 commit e3863ab
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 @@ -31,7 +31,7 @@ def get_long_description():
if os.path.isfile(generated_rst_file):
os.remove(generated_rst_file)
except (IOError, ImportError) as e:
raise e
# raise e
with open('README.md') as fhan:
long_description = fhan.read()
return long_description
Expand Down

0 comments on commit e3863ab

Please sign in to comment.